From a9b8eb980424047177387b973ed84403de50b208 Mon Sep 17 00:00:00 2001 From: Kornel Date: Wed, 2 Jun 2021 23:54:58 +0100 Subject: [PATCH] Compat fixes --- ravif/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ravif/Cargo.toml b/ravif/Cargo.toml index aaf996b..c42f799 100644 --- a/ravif/Cargo.toml +++ b/ravif/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ravif" description = "rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool)" -version = "0.8.0" +version = "0.8.1" authors = ["Kornel LesiƄski "] edition = "2018" license = "BSD-3-Clause" @@ -13,7 +13,7 @@ repository = "https://github.com/kornelski/cavif-rs" include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs"] [dependencies] -avif-serialize = "0.7.0" +avif-serialize = "0.7.1" num_cpus = "1.13.0" rav1e = { version = "0.5.0-alpha", default-features = false } rayon = "1.5.1" @@ -33,4 +33,4 @@ debug = false opt-level = 2 [dev-dependencies] -avif-parse = "0.13.1" +avif-parse = "0.13.2"