1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00
This commit is contained in:
Alf 2020-11-23 13:55:31 -08:00
parent 8af11652f1
commit 4bf4a98414
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "mp4"
version = "0.7.0"
version = "0.7.1"
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.7.0"
mp4 = "0.7.1"
```
#### Documentation

View file

@ -62,7 +62,7 @@
//! ```
//!
//! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs
//! [examples]: https://github.com/alfg/mp4-rust/examples
//! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/examples
#![doc(html_root_url = "https://docs.rs/mp4/*")]