We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87933a2 commit 21afff2Copy full SHA for 21afff2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.10.1"
+version = "0.11.0"
4
authors = ["Alf <[email protected]>"]
5
edition = "2018"
6
description = "MP4 reader and writer library in Rust."
README.md
@@ -60,7 +60,7 @@ See [examples/](examples/) for more examples.
60
#### Install
61
Add to your `Cargo.toml`:
62
```toml
63
-mp4 = "0.10.1"
+mp4 = "0.11.0"
64
```
65
66
#### Documentation
0 commit comments