Skip to content

Commit 1bb484e

Browse files
authored
Merge pull request #305 from mozilla/fallible_collections-sync
Use the same version of fallible_collections
2 parents 2e2c39a + 9963223 commit 1bb484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2525

2626
[dependencies]
2727
byteorder = "1.2.1"
28-
fallible_collections = { version = "0.3", features = ["std_io"] }
28+
fallible_collections = { version = "0.4", features = ["std_io"] }
2929
log = "0.4"
3030
mp4parse = { version = "0.11.5", path = "../mp4parse", features = ["unstable-api"] }
3131
num-traits = "0.2.14"

0 commit comments

Comments
 (0)