Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py authored Oct 2, 2023
1 parent 3a4280c commit 9f8a577
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 = "0.1.0"
version = "1.0.0"
edition = "2021"
build = "build.rs"

Expand All @@ -15,4 +15,4 @@ jpegxl-rs = { version = "0.8.2", default-features = false, features = ["threads"

[features]
# Enables parallel processing support by enabling the "rayon" feature of jpeg-decoder.
vendored = ["jpegxl-rs/vendored"]
vendored = ["jpegxl-rs/vendored"]

0 comments on commit 9f8a577

Please sign in to comment.