diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee1057..8c2f368 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 506c6eb..6fa7f6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f168b54..7af130f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pillow-jxl-plugin" -version = "1.2.4" +version = "1.2.5" edition = "2021" build = "build.rs"