Skip to content

Commit cfd956a

Browse files
committed
Bump version for v0.6.0.
1 parent 2a6e080 commit cfd956a

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.5.1"
3+
version = "0.6.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.5.1"
3+
version = "0.6.0"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -21,7 +21,7 @@ exclude = [
2121
build = "build.rs"
2222

2323
[dependencies]
24-
"mp4parse" = {version = "0.5.1", path = "../mp4parse"}
24+
"mp4parse" = {version = "0.6.0", path = "../mp4parse"}
2525

2626
[build-dependencies]
2727
rusty-cheddar = "0.3.2"

0 commit comments

Comments
 (0)