We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c84b6f commit 92a67dfCopy full SHA for 92a67df
Cargo.toml
@@ -17,7 +17,7 @@ repository = "https://github.com/bytecodealliance/regalloc2"
17
log = { version = "0.4.8", default-features = false }
18
smallvec = { version = "1.6.1", features = ["union"] }
19
rustc-hash = { version = "2.0.0", default-features = false }
20
-hashbrown = { version = "0.14", default-features = false, features = [] }
+hashbrown = { version = "0.15", default-features = false, features = [] }
21
22
# Optional serde support, enabled by feature below.
23
serde = { version = "1.0.136", features = [
0 commit comments