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 ace2799 commit 0cd2abbCopy full SHA for 0cd2abb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.11.0"
+version = "0.12.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.11.0"
+mp4 = "0.12.0"
64
```
65
66
#### Documentation
0 commit comments