diff --git a/Cargo.toml b/Cargo.toml index 1d3abc1..1fca0e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cavif" description = "Encodes images in AVIF format (image2avif converter). Pure Rust." -version = "1.1.0" +version = "1.1.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] -ravif = { version = "0.8", path = "./ravif", default-features = false } +ravif = { version = "0.8.1", path = "./ravif", default-features = false } lodepng = "3.4.6" num_cpus = "1.13.0" rayon = "1.5.1" @@ -40,4 +40,4 @@ lto = true opt-level = 2 [dev-dependencies] -avif-parse = "0.13.1" +avif-parse = "0.13.2"