1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-08 11:32:56 +00:00
This commit is contained in:
Alf 2021-04-04 12:01:21 -07:00
parent 28dd9e0a27
commit 751a2221af
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "mp4"
version = "0.8.1"
version = "0.8.2"
authors = ["Alf <alf.g.jr@gmail.com>"]
edition = "2018"
description = "MP4 reader and writer library in Rust."

View file

@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
#### Install
Add to your `Cargo.toml`:
```toml
mp4 = "0.8.1"
mp4 = "0.8.2"
```
#### Documentation