Skip to content

Commit 61138c9

Browse files
authored
Drop unused and duplicated dependency on hashbrown
Requiring hashbrown = v0.11 ends up causing hashbrown to be built twice. Once for mp4parse and and v0.9 for faillable-collections. hashbrown doesn't appear directly used by mp4parse, so we can just drop the requirement on v0.11.
1 parent 34f78ed commit 61138c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mp4parse/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ byteorder = "1.2.1"
3030
bitreader = { version = "0.3.2" }
3131
env_logger = "0.8"
3232
fallible_collections = { version = "0.4", features = ["std_io"] }
33-
hashbrown = "0.11"
3433
num-traits = "0.2.14"
3534
log = "0.4"
3635
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)