mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-11-14 11:11:16 +00:00
0.11.0
This commit is contained in:
parent
87933a23da
commit
21afff228c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mp4"
|
name = "mp4"
|
||||||
version = "0.10.1"
|
version = "0.11.0"
|
||||||
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."
|
||||||
|
|
|
@ -60,7 +60,7 @@ See [examples/](examples/) for more examples.
|
||||||
#### Install
|
#### Install
|
||||||
Add to your `Cargo.toml`:
|
Add to your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
mp4 = "0.10.1"
|
mp4 = "0.11.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
Loading…
Reference in a new issue