From b59758c7df8145fc2da1193cb868e74025cba0e0 Mon Sep 17 00:00:00 2001 From: Alf Date: Sun, 31 Jan 2021 19:30:05 -0800 Subject: [PATCH] 0.8.1 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index edf2ed5..c868e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.8.0" +version = "0.8.1" authors = ["Alf "] edition = "2018" description = "MP4 reader and writer library in Rust." @@ -24,4 +24,4 @@ criterion = "0.3" [[bench]] name = "bench_main" -harness = false \ No newline at end of file +harness = false diff --git a/README.md b/README.md index e275d0e..8fa1bf7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See [examples/](examples/) for more examples. #### Install Add to your `Cargo.toml`: ```toml -mp4 = "0.8.0" +mp4 = "0.8.1" ``` #### Documentation