From 0b1dd294bab9dc6c0e5fd3f6cd798dd6c1cd0024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Wed, 20 Mar 2024 18:27:13 +0800 Subject: [PATCH] Bump `image` version to 0.25. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56cce62..894899e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.2.6" +version = "0.2.7" authors = ["Jared Forth "] edition = "2018" @@ -16,11 +16,11 @@ categories = ["external-ffi-bindings"] [dependencies] libwebp-sys = "0.9.3" -image = { version = "^0.24.0", default-features = false, optional = true } +image = { version = "^0.25.0", default-features = false, optional = true } [features] default = ["img"] -img = [ "image" ] +img = ["image"] [dev-dependencies] -image = "0.24" +image = "0.25"