about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorNoratrieb <48135649+Noratrieb@users.noreply.github.com>2024-08-25 00:31:10 +0200
committerJubilee Young <workingjubilee@gmail.com>2024-10-20 00:12:49 -0700
commit4348383a0ff68cb6c565341b7b848d9787f6d542 (patch)
treed45bb9a6755072d11fd83be1a9cdbb33b12e9de8 /compiler/rustc_data_structures
parentd68c32779627fcd72a928c9e89f65094dbcf7482 (diff)
downloadrust-4348383a0ff68cb6c565341b7b848d9787f6d542.tar.gz
rust-4348383a0ff68cb6c565341b7b848d9787f6d542.zip
Update rustc-hash to version 2
This brings in the new algorithm.
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 d73cf11ee64..5a477143a62 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -13,7 +13,7 @@ ena = "0.14.3"
 indexmap = { version = "2.4.0" }
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
 measureme = "11"
-rustc-hash = "1.1.0"
+rustc-hash = "2.0.0"
 rustc-rayon = { version = "0.5.0", optional = true }
 rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }
 rustc_arena = { path = "../rustc_arena" }