Skip to content

Commit

Permalink
⬆️ (cargo): Bump jpegxl-rs version to 0.11.2 and plugin version to 1.…
Browse files Browse the repository at this point in the history
…3.1 (#92)

Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py authored Jan 11, 2025
1 parent dd4ffa4 commit 7275c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pillow-jxl-plugin"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
build = "build.rs"

Expand All @@ -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.
Expand Down

0 comments on commit 7275c23

Please sign in to comment.