1
Fork 0

Update rustc-hash to version 2

This brings in the new algorithm.
This commit is contained in:
Noratrieb 2024-08-25 00:31:10 +02:00 committed by Jubilee Young
parent d68c327796
commit 4348383a0f
6 changed files with 10 additions and 10 deletions

View file

@ -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" }