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 ded91a1 commit 80eb308Copy full SHA for 80eb308
mp4parse/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4parse"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = [
5
"Ralph Giles <giles@mozilla.com>",
6
"Matthew Gregan <kinetik@flim.org>",
mp4parse_capi/Cargo.toml
name = "mp4parse_capi"
@@ -27,7 +27,7 @@ log = "0.4"
27
28
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
29
# in mp4parse brace.
30
-mp4parse = {version = "0.10.0", path = "../mp4parse"}
+mp4parse = {version = "0.10.1", path = "../mp4parse"}
31
num-traits = "0.2.0"
32
33
[dev-dependencies]
0 commit comments