Skip to content

Commit 32e2c06

Browse files
authored
Merge pull request #204 from magick93/upgrade_hashbrown
Update hashbrown dependency to version 0.15.2
2 parents 5c1b2d9 + b7fec4a commit 32e2c06

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

1818
[dependencies]
19-
hashbrown = { version = "0.15", optional = true }
19+
hashbrown = { version = "0.15.2", optional = true }
2020

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

0 commit comments

Comments
 (0)