mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-02 08:28:41 +00:00
parent
d6c38642de
commit
18f1718b70
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mp4"
|
name = "mp4"
|
||||||
version = "0.13.0"
|
version = "0.14.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."
|
||||||
|
|
|
@ -63,7 +63,7 @@ cargo add mp4
|
||||||
```
|
```
|
||||||
or add to your `Cargo.toml`:
|
or add to your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
mp4 = "0.13.0"
|
mp4 = "0.14.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
Loading…
Reference in a new issue