Skip to content

Commit a3296d0

Browse files
authored
Update hashbrown to 0.15 (#202)
1 parent 2a5777a commit a3296d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository = "https://github.com/bytecodealliance/regalloc2"
1717
log = { version = "0.4.8", default-features = false }
1818
smallvec = { version = "1.6.1", features = ["union"] }
1919
rustc-hash = { version = "2.0.0", default-features = false }
20-
hashbrown = { version = "0.14", default-features = false, features = [] }
20+
hashbrown = { version = "0.15", default-features = false, features = [] }
2121

2222
# Optional serde support, enabled by feature below.
2323
serde = { version = "1.0.136", features = [

0 commit comments

Comments
 (0)