From 7e21fffdf265474e62c5e700fc9bb3e605f341a8 Mon Sep 17 00:00:00 2001 From: Mika Vatanen Date: Sat, 8 May 2021 17:38:12 +0300 Subject: [PATCH] Prepare for release --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b857a4d..f28201d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp-animation" -version = "0.2.1" +version = "0.2.2" authors = ["Mika Vatanen "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -18,9 +18,7 @@ log = "0.4.14" [dependencies.libwebp-sys2] version = "0.1.2" -#git = "https://github.com/blaind/libwebp-sys2-rs" features = ["0_5", "0_6", "1_2", "demux", "mux"] -#rev = "d0daaff" [dev-dependencies] image = { version = "0.23.14" }