Skip to content

Commit 7275c23

Browse files
authored
⬆️ (cargo): Bump jpegxl-rs version to 0.11.2 and plugin version to 1.3.1 (#92)
Signed-off-by: Isotr0py <2037008807@qq.com>
1 parent dd4ffa4 commit 7275c23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pillow-jxl-plugin"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55
build = "build.rs"
66

@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
pyo3 = { version="0.23.3", features = ["extension-module"] }
14-
jpegxl-rs = { version="0.11.0", default-features = false }
14+
jpegxl-rs = { version="0.11.2", default-features = false }
1515

1616
[features]
1717
# Enables parallel processing support by enabling the "rayon" feature of jpeg-decoder.

0 commit comments

Comments
 (0)