From c71795335069fd1437b1d62cde2d53114c461fd7 Mon Sep 17 00:00:00 2001 From: Mika Vatanen Date: Sat, 7 Oct 2023 14:30:44 +0300 Subject: [PATCH] Update libwebp-sys to 0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9ffd79..738b31e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ image = { version = "0.24.1", default_features = false, optional = true } log = "0.4.14" [dependencies.libwebp-sys2] -version = "0.1.2" +version = "0.1.9" features = ["0_5", "0_6", "1_2", "demux", "mux"] [dev-dependencies]