summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 14:50:06 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 15:11:36 -0400
commit61793122c1949843c3ca281d9d6edfcd9d02f51f (patch)
tree08acb70601c317b2185df2db3c56154433bb6a66 /Cargo.toml
parent9faac7e1cacc1787bd45987c0f28b5aa1fbb9563 (diff)
Update to Edition 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a0916c..d2e2bd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["png", "decoder", "image", "no_std", "no_alloc"]
exclude = ["/test/large", "/benches/large.png"]
license = "0BSD"
version = "0.1.1"
-edition = "2021"
+edition = "2024"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }