Skip to content

Commit e91ea2b

Browse files
authored
Merge pull request #222 from torokati44/hashbrown-0.16
Update hashbrown to 0.16
2 parents c699209 + 90d05fe commit e91ea2b

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 @@ default = ["hashbrown"]
1717
nightly = ["hashbrown", "hashbrown/nightly"]
1818

1919
[dependencies]
20-
hashbrown = { version = "0.15.2", optional = true }
20+
hashbrown = { version = "0.16.0", optional = true }
2121

2222
[dev-dependencies]
2323
scoped_threadpool = "0.1.*"

0 commit comments

Comments
 (0)