From 9d4c56e63abecc777df71c702503c3eaabd7dcbc Mon Sep 17 00:00:00 2001 From: peasee <98815791+peasee@users.noreply.github.com> Date: Thu, 14 Sep 2023 05:55:04 +0000 Subject: [PATCH] chore: Bump libwebp-sys and crate version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa34572..56cce62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.2.5" +version = "0.2.6" authors = ["Jared Forth "] edition = "2018" @@ -15,7 +15,7 @@ keywords = ["image", "webp", "conversion"] categories = ["external-ffi-bindings"] [dependencies] -libwebp-sys = "0.9.1" +libwebp-sys = "0.9.3" image = { version = "^0.24.0", default-features = false, optional = true } [features]