From 95fc64b8111176c5bd2277a5ea2ff999a72daa97 Mon Sep 17 00:00:00 2001 From: Alf Date: Sun, 26 Jul 2020 15:01:15 -0700 Subject: [PATCH] 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c52a29..acda5a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mp4" -version = "0.4.2" +version = "0.4.3" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 90ea2e6..9ae3654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.4.2" +version = "0.4.3" authors = ["Alf "] edition = "2018"