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" }