Skip to content

Commit 8bfeaba

Browse files
committed
Bump mp4parse version to 0.9.1 for release.
Keep in sync with the mp4parse_capi crate and publish the stable fuzzing support.
1 parent a4c6b57 commit 8bfeaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = [
55
"Ralph Giles <giles@mozilla.com>",
66
"Matthew Gregan <kinetik@flim.org>",

mp4parse_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ byteorder = "1.0.0"
2626

2727
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
2828
# in mp4parse brace.
29-
mp4parse = {version = "0.9.0", path = "../mp4parse"}
29+
mp4parse = {version = "0.9.1", path = "../mp4parse"}
3030
num-traits = "0.1.37"
3131

3232
[build-dependencies]

0 commit comments

Comments
 (0)