Skip to content

Commit

Permalink
Merge pull request #90 from gnunicorn/ben-update-latest-hashbrown
Browse files Browse the repository at this point in the history
Update to latest hashbrown, fix determinism of build
  • Loading branch information
jeromefroe committed Aug 2, 2020
2 parents 5786d33 + 3b25f8f commit 64fd915
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.6.*", optional = true }
hashbrown = { version = "0.8.0", optional = true }

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

0 comments on commit 64fd915

Please sign in to comment.