Skip to content

Commit 3da7807

Browse files
committed
Use newly released hashbrown
1 parent a17fe3e commit 3da7807

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codecov = { repository = "jonhoo/griddle", branch = "master", service = "github"
1818
maintenance = { status = "experimental" }
1919

2020
[dependencies]
21-
hashbrown = { version = "0.8", default-features = false, features = ["raw"] }
21+
hashbrown = { version = "0.8.1", default-features = false, features = ["raw"] }
2222

2323
# For external trait impls
2424
rayon_ = { version = "1.0", optional = true, package = "rayon" }
@@ -56,6 +56,3 @@ features = ["rayon", "serde", "raw"]
5656
[[bench]]
5757
name = "vroom"
5858
harness = false
59-
60-
[patch.crates-io]
61-
hashbrown = { git = "https://github.com/rust-lang/hashbrown.git" }

0 commit comments

Comments
 (0)