Skip to content

Commit

Permalink
Downgrade fallible_collections to 0.4.9 until Gecko catches up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Feb 3, 2025
1 parent bab65cd commit 9c646c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mp4parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
[dependencies]
byteorder = "1.2.1"
bitreader = { version = "0.3.2" }
fallible_collections = { version = "0.5", features = ["std_io"] }
fallible_collections = { version = "0.4.9", features = ["std_io"] }
num-traits = "0.2.14"
log = "0.4"
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion mp4parse_capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }

[dependencies]
byteorder = "1.2.1"
fallible_collections = { version = "0.5", features = ["std_io"] }
fallible_collections = { version = "0.4.9", features = ["std_io"] }
log = "0.4"
mp4parse = { version = "0.17.0", path = "../mp4parse", features = ["unstable-api"] }
num-traits = "0.2.14"
Expand Down

0 comments on commit 9c646c2

Please sign in to comment.