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 @@ -69,6 +69,7 @@ libc = "0.2.174"
6969memchr = " 2.7.5"
7070proc-macro2 = " 1.0.101"
7171quote = " 1.0.40"
72+ rustc-hash = " 2.1.1"
7273rustc-literal-escaper = " 0.0.5"
7374rustc_apfloat = " 0.2.3"
7475serde_json = " 1.0.142"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ena = "0.14.3"
1313indexmap.workspace = true
1414jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
1515measureme = " 12.0.1"
16- rustc-hash = " 2.0.0 "
16+ rustc-hash.workspace = true
1717rustc-stable-hash = { version = " 0.1.0" , features = [" nightly" ] }
1818rustc_arena = { path = " ../rustc_arena" }
1919rustc_graphviz = { path = " ../rustc_graphviz" }
Original file line number Diff line number Diff 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
99rustc_abi = { path = " ../rustc_abi" , optional = true }
1010rustc_apfloat.workspace = true
1111rustc_arena = { path = " ../rustc_arena" , optional = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bitflags.workspace = true
99derive-where = " 1.2.7"
1010ena = " 0.14.3"
1111indexmap.workspace = true
12- rustc-hash = " 2.0.0 "
12+ rustc-hash.workspace = true
1313rustc_ast_ir = { path = " ../rustc_ast_ir" , default-features = false }
1414rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
1515rustc_error_messages = { path = " ../rustc_error_messages" , optional = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99anyhow = " 1.0.62"
1010clap = { version = " 4.0.15" , features = [" derive" ] }
1111fs-err = " 2.8.1"
12- rustc-hash = " 2.0.0 "
12+ rustc-hash.workspace = true
1313rustdoc-json-types = { version = " 0.1.0" , path = " ../../rustdoc-json-types" }
1414serde = { version = " 1.0" , features = [" derive" ] }
1515serde_json.workspace = true
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ignore = "0.4.18"
1414semver = " 1.0"
1515serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
1616termcolor = " 1.1.3"
17- rustc-hash = " 2.0.0 "
17+ rustc-hash.workspace = true
1818fluent-syntax = " 0.12"
1919similar = " 2.5.0"
2020toml = " 0.7.8"
You can’t perform that action at this time.
0 commit comments