From 7275c23dd574c6128b751c6d994d48986e57c82d Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Sun, 12 Jan 2025 01:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(cargo):=20Bump=20jpegxl-r?= =?UTF-8?q?s=20version=20to=200.11.2=20and=20plugin=20version=20to=201.3.1?= =?UTF-8?q?=20(#92)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Isotr0py <2037008807@qq.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27ab796..edd1000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pillow-jxl-plugin" -version = "1.3.0" +version = "1.3.1" edition = "2021" build = "build.rs" @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version="0.23.3", features = ["extension-module"] } -jpegxl-rs = { version="0.11.0", default-features = false } +jpegxl-rs = { version="0.11.2", default-features = false } [features] # Enables parallel processing support by enabling the "rayon" feature of jpeg-decoder.