about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 20:24:41 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:11:43 +1000
commit2b26476ccd8c5a6c03ba513b37381ebb6532c980 (patch)
tree001764748ec9b8de8e0cf570947607ca15ff1cb2 /compiler/rustc_data_structures
parent77b047aaab6de9ec20b3c4f2fa57743c16d8789c (diff)
downloadrust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.tar.gz
rust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.zip
Add `rustc-hash` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 949a5a9ac80..c4011f59a1e 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -14,7 +14,7 @@ indexmap.workspace = true
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
 measureme = "12.0.1"
 parking_lot = "0.12"
-rustc-hash = "2.0.0"
+rustc-hash.workspace = true
 rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }
 rustc_arena = { path = "../rustc_arena" }
 rustc_graphviz = { path = "../rustc_graphviz" }