Skip to content

Commit 9d58d7f

Browse files
committed
Revert "Disable the ahash-compile-time-rng feature of hashbrown that makes builds unreproducible."
This reverts commit e9a5d37, which is obsolete now that https://hg.mozilla.org/integration/autoland/rev/571152088848 has landed.
1 parent e9a5d37 commit 9d58d7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
[dependencies]
2828
byteorder = "1.2.1"
2929
bitreader = { version = "0.3.2" }
30-
# Disable the ahash-compile-time-rng feature of hashbrown that makes builds unreproducible.
31-
hashbrown = { version = "0.7.1", default-features = false, features = ["ahash", "inline-more"]}
30+
hashbrown = "0.7.1"
3231
num-traits = "0.2.0"
3332
log = "0.4"
3433
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)