mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-03 00:48:40 +00:00
0.7.2
This commit is contained in:
parent
9c43838793
commit
9e8f27be2a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mp4"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
authors = ["Alf <alf.g.jr@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "MP4 reader and writer library in Rust."
|
||||
|
|
|
@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
|
|||
#### Install
|
||||
Add to your `Cargo.toml`:
|
||||
```toml
|
||||
mp4 = "0.7.1"
|
||||
mp4 = "0.7.2"
|
||||
```
|
||||
|
||||
#### Documentation
|
||||
|
|
Loading…
Reference in a new issue