File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ libc = "=0.2.174"
71
71
memchr = " 2.7.5"
72
72
proc-macro2 = " 1.0.101"
73
73
quote = " 1.0.40"
74
+ rustc-hash = " 2.1.1"
74
75
rustc-literal-escaper = " 0.0.5"
75
76
rustc_apfloat = " 0.2.3"
76
77
serde_json = " 1.0.142"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ indexmap.workspace = true
14
14
jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
15
15
measureme = " 12.0.1"
16
16
parking_lot = " 0.12"
17
- rustc-hash = " 2.0.0 "
17
+ rustc-hash.workspace = true
18
18
rustc-stable-hash = { version = " 0.1.0" , features = [" nightly" ] }
19
19
rustc_arena = { path = " ../rustc_arena" }
20
20
rustc_graphviz = { path = " ../rustc_graphviz" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- rustc-hash = " 2.0.0 "
8
+ rustc-hash.workspace = true
9
9
rustc_abi = { path = " ../rustc_abi" , optional = true }
10
10
rustc_apfloat.workspace = true
11
11
rustc_arena = { path = " ../rustc_arena" , optional = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bitflags.workspace = true
9
9
derive-where = " 1.2.7"
10
10
ena = " 0.14.3"
11
11
indexmap.workspace = true
12
- rustc-hash = " 2.0.0 "
12
+ rustc-hash.workspace = true
13
13
rustc_ast_ir = { path = " ../rustc_ast_ir" , default-features = false }
14
14
rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
15
15
rustc_error_messages = { path = " ../rustc_error_messages" , optional = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
9
9
anyhow = " 1.0.62"
10
10
clap = { version = " 4.0.15" , features = [" derive" ] }
11
11
fs-err = " 2.8.1"
12
- rustc-hash = " 2.0.0 "
12
+ rustc-hash.workspace = true
13
13
rustdoc-json-types = { version = " 0.1.0" , path = " ../../rustdoc-json-types" }
14
14
serde = { version = " 1.0" , features = [" derive" ] }
15
15
serde_json.workspace = true
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ignore = "0.4.18"
14
14
semver = " 1.0"
15
15
serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
16
16
termcolor = " 1.1.3"
17
- rustc-hash = " 2.0.0 "
17
+ rustc-hash.workspace = true
18
18
fluent-syntax = " 0.12"
19
19
similar = " 2.5.0"
20
20
toml = " 0.7.8"
You can’t perform that action at this time.
0 commit comments