Skip to content

Commit

Permalink
Update hashbrown to 0.15 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr authored Nov 15, 2024
1 parent 2a5777a commit a3296d0
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 @@ -17,7 +17,7 @@ repository = "https://github.com/bytecodealliance/regalloc2"
log = { version = "0.4.8", default-features = false }
smallvec = { version = "1.6.1", features = ["union"] }
rustc-hash = { version = "2.0.0", default-features = false }
hashbrown = { version = "0.14", default-features = false, features = [] }
hashbrown = { version = "0.15", default-features = false, features = [] }

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

0 comments on commit a3296d0

Please sign in to comment.