We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575b0dd commit dde2f86Copy full SHA for dde2f86
mp4parse/Cargo.toml
@@ -27,7 +27,7 @@ byteorder = "1.0.0"
27
afl = { version = "0.3", optional = true }
28
abort_on_panic = { version = "1.0.0", optional = true }
29
bitreader = { version = "0.3.0" }
30
-num-traits = "0.1.37"
+num-traits = "0.2.0"
31
mp4parse_fallible = { version = "0.0.1", optional = true }
32
log = "0.4"
33
mp4parse_capi/Cargo.toml
@@ -29,7 +29,7 @@ log = "0.4"
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
# in mp4parse brace.
mp4parse = {version = "0.9.1", path = "../mp4parse"}
34
[build-dependencies]
35
cbindgen = "0.3.1"
0 commit comments