Skip to content

Commit ed12517

Browse files
committed
bump hashbrown
1 parent 30ebcfc commit ed12517

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[dependencies]
20-
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
20+
hashbrown = { version = ">=0.15,<=0.16", default-features = false, features = ["default-hasher", "inline-more"] }
2121
memchr = "2.7.4"
2222

2323
[features]

0 commit comments

Comments
 (0)