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 d6c3864 commit 18f1718Copy full SHA for 18f1718
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.13.0"
+version = "0.14.0"
4
authors = ["Alf <[email protected]>"]
5
edition = "2018"
6
description = "MP4 reader and writer library in Rust."
README.md
@@ -63,7 +63,7 @@ cargo add mp4
63
```
64
or add to your `Cargo.toml`:
65
```toml
66
-mp4 = "0.13.0"
+mp4 = "0.14.0"
67
68
69
#### Documentation
0 commit comments