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 a4c6b57 commit 8bfeabaCopy full SHA for 8bfeaba
mp4parse/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4parse"
3
-version = "0.9.0"
+version = "0.9.1"
4
authors = [
5
"Ralph Giles <giles@mozilla.com>",
6
"Matthew Gregan <kinetik@flim.org>",
mp4parse_capi/Cargo.toml
@@ -26,7 +26,7 @@ byteorder = "1.0.0"
26
27
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
28
# in mp4parse brace.
29
-mp4parse = {version = "0.9.0", path = "../mp4parse"}
+mp4parse = {version = "0.9.1", path = "../mp4parse"}
30
num-traits = "0.1.37"
31
32
[build-dependencies]
0 commit comments