Skip to content

Commit e9a5d37

Browse files
glandiumkinetiknz
authored andcommitted
Disable the ahash-compile-time-rng feature of hashbrown that makes builds unreproducible.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1637140
1 parent 0dc3e6e commit e9a5d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mp4parse/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
[dependencies]
2828
byteorder = "1.2.1"
2929
bitreader = { version = "0.3.2" }
30-
hashbrown = "0.7.1"
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"]}
3132
num-traits = "0.2.0"
3233
log = "0.4"
3334
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)