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 0d2d254 commit b59758cCopy full SHA for b59758c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mp4"
3
-version = "0.8.0"
+version = "0.8.1"
4
authors = ["Alf <[email protected]>"]
5
edition = "2018"
6
description = "MP4 reader and writer library in Rust."
@@ -24,4 +24,4 @@ criterion = "0.3"
24
25
[[bench]]
26
name = "bench_main"
27
-harness = false
+harness = false
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.8.0"
+mp4 = "0.8.1"
65
```
66
67
#### Documentation
0 commit comments