Skip to content

Commit

Permalink
Update rustc-hash bound to 2.0.0 (#311)
Browse files Browse the repository at this point in the history
We don't actually support v1 anymore, we need the `FxBuildHasher` introduced in v2.

We still can't build with minimal versions due to ron-rs/ron#556
  • Loading branch information
konstin authored Jan 22, 2025
1 parent 97ca90e commit 0bc2c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ indexmap = "2.7.0"
# for debug logs in tests
log = "0.4.22"
priority-queue = "2.1.1"
rustc-hash = ">=1.0.0, <3.0.0"
rustc-hash = "^2.0.0"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "2.0"
version-ranges = { version = "0.1.0", path = "version-ranges" }
Expand Down

0 comments on commit 0bc2c0c

Please sign in to comment.