Skip to content

Commit

Permalink
⬆️ (cargo): bump version to v1.2.5 (#51)
Browse files Browse the repository at this point in the history
* ⬆️ (cargo): bump version to v1.2.5

* fix test CI
  • Loading branch information
Isotr0py authored Jul 16, 2024
1 parent 5550f15 commit d308b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
RUST_BACKTRACE: 1
MACOSX_DEPLOYMENT_TARGET: 12.7
# from homebrew
DEP_JXL_LIB: /opt/homebrew/Cellar/jpeg-xl/0.10.2/lib
DEP_JXL_LIB: /opt/homebrew/Cellar/jpeg-xl/0.10.3/lib
DEP_BROTLI_LIB: /opt/homebrew/Cellar/brotli/1.1.0/lib
DEP_HWY_LIB: /opt/homebrew/Cellar/highway/1.2.0/lib
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Plugin
run: |
brew install jpeg-xl
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.10.2/lib
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.10.3/lib
export DEP_BROTLI_LIB=/opt/homebrew/Cellar/brotli/1.1.0/lib
export DEP_HWY_LIB=/opt/homebrew/Cellar/highway/1.2.0/lib
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pillow-jxl-plugin"
version = "1.2.4"
version = "1.2.5"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit d308b3d

Please sign in to comment.