Skip to content

Commit 59d8949

Browse files
committed
Bump version for 0.5.1 release.
1 parent 9aa068d commit 59d8949

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.0"
3+
version = "0.5.1"
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.0"
3+
version = "0.5.1"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -20,7 +20,7 @@ exclude = [
2020
build = "build.rs"
2121

2222
[dependencies]
23-
"mp4parse" = {version = "0.5.0", path = "../mp4parse"}
23+
"mp4parse" = {version = "0.5.1", path = "../mp4parse"}
2424

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

0 commit comments

Comments
 (0)