Skip to content

Commit

Permalink
Merge pull request #90 from eddyb/derandomize
Browse files Browse the repository at this point in the history
Disable "ahash-compile-time-rng" feature in hashbrown.
  • Loading branch information
rphmeier authored Nov 18, 2019
2 parents e00b623 + 70e762c commit 57d2298
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 @@ -13,7 +13,7 @@ log = "0.4"
parking_lot = { version = "0.9", optional = true }
parity-scale-codec = { version = "1.0.3", optional = true, default-features = false, features = ["derive"] }
num = { package = "num-traits", version = "0.2", default-features = false }
hashbrown = { version = "0.6" }
hashbrown = { version = "0.6.3", default-features = false }

[dev-dependencies]
exit-future = "0.1.2"
Expand Down

0 comments on commit 57d2298

Please sign in to comment.