Skip to content

Commit e133798

Browse files
authored
Merge pull request #350 from mozilla/release-v0.12.0
Update version 0.11.6 -> 0.12.0 due to breaking API changes
2 parents 0727424 + 5a96dc2 commit e133798

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.11.6"
3+
version = "0.12.0"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",

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.11.6"
3+
version = "0.12.0"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -27,7 +27,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
byteorder = "1.2.1"
2828
fallible_collections = { version = "0.4", features = ["std_io"] }
2929
log = "0.4"
30-
mp4parse = { version = "0.11.6", path = "../mp4parse", features = ["unstable-api"] }
30+
mp4parse = { version = "0.12.0", path = "../mp4parse", features = ["unstable-api"] }
3131
num-traits = "0.2.14"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)