Skip to content

Commit

Permalink
Merge pull request #145 from vorot93/patch-1
Browse files Browse the repository at this point in the history
Bump hashbrown to 0.12
  • Loading branch information
jeromefroe authored Jun 28, 2022
2 parents d0fa0ac + f2f9a4a commit ba46b7f
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 @@ -15,7 +15,7 @@ default = ["hashbrown"]
nightly = ["hashbrown", "hashbrown/nightly"]

[dependencies]
hashbrown = { version = "0.11.2", optional = true }
hashbrown = { version = "0.12", optional = true }

[dev-dependencies]
scoped_threadpool = "0.1.*"
Expand Down

0 comments on commit ba46b7f

Please sign in to comment.