diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:24:41 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:11:43 +1000 |
| commit | 2b26476ccd8c5a6c03ba513b37381ebb6532c980 (patch) | |
| tree | 001764748ec9b8de8e0cf570947607ca15ff1cb2 /compiler/rustc_data_structures | |
| parent | 77b047aaab6de9ec20b3c4f2fa57743c16d8789c (diff) | |
| download | rust-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.toml | 2 |
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" } |
