Skip to content

Commit 2b26476

Browse files
committed
Add rustc-hash to [workspace.dependencies].
1 parent 77b047a commit 2b26476

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ libc = "=0.2.174"
7171
memchr = "2.7.5"
7272
proc-macro2 = "1.0.101"
7373
quote = "1.0.40"
74+
rustc-hash = "2.1.1"
7475
rustc-literal-escaper = "0.0.5"
7576
rustc_apfloat = "0.2.3"
7677
serde_json = "1.0.142"

compiler/rustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ indexmap.workspace = true
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }
1515
measureme = "12.0.1"
1616
parking_lot = "0.12"
17-
rustc-hash = "2.0.0"
17+
rustc-hash.workspace = true
1818
rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }
1919
rustc_arena = { path = "../rustc_arena" }
2020
rustc_graphviz = { path = "../rustc_graphviz" }

compiler/rustc_pattern_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
rustc-hash = "2.0.0"
8+
rustc-hash.workspace = true
99
rustc_abi = { path = "../rustc_abi", optional = true }
1010
rustc_apfloat.workspace = true
1111
rustc_arena = { path = "../rustc_arena", optional = true }

compiler/rustc_type_ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bitflags.workspace = true
99
derive-where = "1.2.7"
1010
ena = "0.14.3"
1111
indexmap.workspace = true
12-
rustc-hash = "2.0.0"
12+
rustc-hash.workspace = true
1313
rustc_ast_ir = { path = "../rustc_ast_ir", default-features = false }
1414
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
1515
rustc_error_messages = { path = "../rustc_error_messages", optional = true }

src/tools/jsondoclint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
anyhow = "1.0.62"
1010
clap = { version = "4.0.15", features = ["derive"] }
1111
fs-err = "2.8.1"
12-
rustc-hash = "2.0.0"
12+
rustc-hash.workspace = true
1313
rustdoc-json-types = { version = "0.1.0", path = "../../rustdoc-json-types" }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json.workspace = true

src/tools/tidy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ignore = "0.4.18"
1414
semver = "1.0"
1515
serde = { version = "1.0.125", features = ["derive"], optional = true }
1616
termcolor = "1.1.3"
17-
rustc-hash = "2.0.0"
17+
rustc-hash.workspace = true
1818
fluent-syntax = "0.12"
1919
similar = "2.5.0"
2020
toml = "0.7.8"

0 commit comments

Comments
 (0)