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 9c43838 commit 9e8f27bCopy full SHA for 9e8f27b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.7.1"
+version = "0.7.2"
4
authors = ["Alf <[email protected]>"]
5
edition = "2018"
6
description = "MP4 reader and writer library in Rust."
README.md
@@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
61
#### Install
62
Add to your `Cargo.toml`:
63
```toml
64
-mp4 = "0.7.1"
+mp4 = "0.7.2"
65
```
66
67
#### Documentation
0 commit comments