1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

Merge branch 'master' into feature/export_boxes

This commit is contained in:
Alfred Gutierrez 2023-07-31 21:01:57 -07:00 committed by GitHub
commit ff21078db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -63,7 +63,7 @@ cargo add mp4
```
or add to your `Cargo.toml`:
```toml
mp4 = "0.13.0"
mp4 = "0.14.0"
```
#### Documentation