mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-18 07:45:49 +00:00
0.8.1
This commit is contained in:
parent
0d2d2547d1
commit
b59758c7df
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mp4"
|
name = "mp4"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = ["Alf <alf.g.jr@gmail.com>"]
|
authors = ["Alf <alf.g.jr@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "MP4 reader and writer library in Rust."
|
description = "MP4 reader and writer library in Rust."
|
||||||
|
@ -24,4 +24,4 @@ criterion = "0.3"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench_main"
|
name = "bench_main"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
|
@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
|
||||||
#### Install
|
#### Install
|
||||||
Add to your `Cargo.toml`:
|
Add to your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
mp4 = "0.8.0"
|
mp4 = "0.8.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
Loading…
Reference in a new issue