Skip to content

Commit 80eb308

Browse files
committed
Bump crate versions to 0.10.1 for release.
1 parent ded91a1 commit 80eb308

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mp4parse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",

mp4parse_capi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse_capi"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -27,7 +27,7 @@ log = "0.4"
2727

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

3333
[dev-dependencies]

0 commit comments

Comments
 (0)