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

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
rustc_apfloat = "0.2.0"
rustc_arena = { path = "../rustc_arena", optional = true }
rustc_data_structures = { path = "../rustc_data_structures", optional = true }