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 e7f5f71 commit 49f9ed0Copy full SHA for 49f9ed0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.9.1"
+version = "0.9.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.9.1"
+mp4 = "0.9.2"
65
```
66
67
#### Documentation
0 commit comments