Skip to content

Commit f109db6

Browse files
committed
Bump minor version for capi changes.
Using the new cheddar features renames a bunch of the enums, so update the version to 0.8.0. Bump the parser version to maintain consistency between the two crate version numbers.
1 parent 2b619dc commit f109db6

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.7.1"
3+
version = "0.8.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.7.1"
3+
version = "0.8.0"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -25,7 +25,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2525

2626
[dependencies]
2727
byteorder = "1.0.0"
28-
mp4parse = {version = "0.7.1", path = "../mp4parse"}
28+
mp4parse = {version = "0.8.0", path = "../mp4parse"}
2929
num-traits = "0.1.37"
3030

3131
[build-dependencies]

0 commit comments

Comments
 (0)