Skip to content

Commit b59758c

Browse files
committed
0.8.1
1 parent 0d2d254 commit b59758c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Alf <[email protected]>"]
55
edition = "2018"
66
description = "MP4 reader and writer library in Rust."
@@ -24,4 +24,4 @@ criterion = "0.3"
2424

2525
[[bench]]
2626
name = "bench_main"
27-
harness = false
27+
harness = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
6161
#### Install
6262
Add to your `Cargo.toml`:
6363
```toml
64-
mp4 = "0.8.0"
64+
mp4 = "0.8.1"
6565
```
6666

6767
#### Documentation

0 commit comments

Comments
 (0)