Skip to content

Commit d45159f

Browse files
committed
dep: Update libjxl to v0.11.2
1 parent fdd1817 commit d45159f

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jpegxl-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
77
name = "jpegxl-rs"
88
readme = "README.md"
99
repository = "https://github.com/inflation/jpegxl-rs"
10-
version = "0.13.0+libjxl-0.11.1"
10+
version = "0.13.1+libjxl-0.11.2"
1111
rust-version.workspace = true
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -34,7 +34,7 @@ byteorder = "1.5.0"
3434
bon = "3.8.2"
3535

3636
[dependencies.jpegxl-sys]
37-
version = "0.12.0"
37+
version = "0.12.1"
3838
path = "../jpegxl-sys"
3939
default-features = false
4040

jpegxl-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "BSD-3-Clause"
55
name = "jpegxl-src"
66
readme = "README.md"
77
repository = "https://github.com/inflation/jpegxl-rs"
8-
version = "0.11.3"
8+
version = "0.11.4"
99
rust-version.workspace = true
1010
exclude = [
1111
"libjxl/third_party/libpng",

jpegxl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ links = "jxl"
88
name = "jpegxl-sys"
99
readme = "README.md"
1010
repository = "https://github.com/inflation/jpegxl-rs"
11-
version = "0.12.0+libjxl-0.11.1"
11+
version = "0.12.1+libjxl-0.11.2"
1212
rust-version.workspace = true
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

jpegxl-sys/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ mod test {
7676
#[cfg_attr(coverage_nightly, coverage(off))]
7777
fn test_bindings_version() {
7878
unsafe {
79-
assert_eq!(JxlDecoderVersion(), 11001);
80-
assert_eq!(JxlEncoderVersion(), 11001);
79+
assert_eq!(JxlDecoderVersion(), 11002);
80+
assert_eq!(JxlEncoderVersion(), 11002);
8181
}
8282
}
8383

0 commit comments

Comments
 (0)