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