Skip to content

Commit 48a4331

Browse files
committed
Bump crate versions to 0.10.0 for release.
1 parent 5386bc5 commit 48a4331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1"
3+
version = "0.10.0"
44
authors = [
55
"Ralph Giles <giles@mozilla.com>",
66
"Matthew Gregan <kinetik@flim.org>",

mp4parse_capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse_capi"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = [
55
"Ralph Giles <giles@mozilla.com>",
66
"Matthew Gregan <kinetik@flim.org>",
@@ -28,7 +28,7 @@ log = "0.4"
2828

2929
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
3030
# in mp4parse brace.
31-
mp4parse = {version = "0.9.1", path = "../mp4parse"}
31+
mp4parse = {version = "0.10.0", path = "../mp4parse"}
3232
num-traits = "0.2.0"
3333

3434
[build-dependencies]

0 commit comments

Comments
 (0)