Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfg committed Feb 2, 2023
1 parent 9f10bd3 commit c8cc6f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4"
version = "0.12.0"
version = "0.13.0"
authors = ["Alf <[email protected]>"]
edition = "2018"
description = "MP4 reader and writer library in Rust."
Expand All @@ -10,6 +10,7 @@ homepage = "https://github.com/alfg/mp4-rust"
repository = "https://github.com/alfg/mp4-rust"
keywords = ["mp4", "iso-mp4", "isobmff", "video", "multimedia"]
license = "MIT"
include = ["src", "Cargo.toml", "README", "LICENSE"]

[dependencies]
thiserror = "^1.0"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ fn main() -> Result<()> {
See [examples/](examples/) for more examples.

#### Install
Add to your `Cargo.toml`:
```
cargo add mp4
```
or add to your `Cargo.toml`:
```toml
mp4 = "0.12.0"
mp4 = "0.13.0"
```

#### Documentation
Expand Down

0 comments on commit c8cc6f2

Please sign in to comment.