Skip to content

Commit f0c51cf

Browse files
committed
chore: update Cargo.toml edition to 2024
1 parent 85b5f75 commit f0c51cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jpegxl-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
categories = ["api-bindings", "encoding", "multimedia::images"]
33
description = "Safe Rust wrapper for JPEG XL reference implementation"
4-
edition = "2021"
4+
edition = "2024"
55
keywords = ["jpeg-xl", "jxl"]
66
license = "GPL-3.0-or-later"
77
name = "jpegxl-rs"

jpegxl-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
description = "Source of libjxl and logic to build it."
3-
edition = "2021"
3+
edition = "2024"
44
license = "BSD-3-Clause"
55
name = "jpegxl-src"
66
readme = "README.md"

jpegxl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
categories = ["external-ffi-bindings", "encoding", "multimedia::images"]
33
description = "Rust wrapper for JPEG XL reference implementation"
4-
edition = "2021"
4+
edition = "2024"
55
keywords = ["jpeg-xl", "jxl"]
66
license = "GPL-3.0-or-later"
77
links = "jxl"

0 commit comments

Comments
 (0)