1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-11 01:19:21 +00:00

Merge branch 'master' into bugfix/traf_writing

This commit is contained in:
Alfred Gutierrez 2023-07-31 21:02:00 -07:00 committed by GitHub
commit 6520f43d2d
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] [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."

View file

@ -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