Skip to content

Commit

Permalink
Bump crate versions to 0.10.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Mar 23, 2018
1 parent ded91a1 commit 80eb308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mp4parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4parse"
version = "0.10.0"
version = "0.10.1"
authors = [
"Ralph Giles <giles@mozilla.com>",
"Matthew Gregan <kinetik@flim.org>",
Expand Down
4 changes: 2 additions & 2 deletions mp4parse_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4parse_capi"
version = "0.10.0"
version = "0.10.1"
authors = [
"Ralph Giles <giles@mozilla.com>",
"Matthew Gregan <kinetik@flim.org>",
Expand All @@ -27,7 +27,7 @@ log = "0.4"

# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
# in mp4parse brace.
mp4parse = {version = "0.10.0", path = "../mp4parse"}
mp4parse = {version = "0.10.1", path = "../mp4parse"}
num-traits = "0.2.0"

[dev-dependencies]
Expand Down

0 comments on commit 80eb308

Please sign in to comment.