diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 14:50:06 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 15:11:36 -0400 |
commit | 61793122c1949843c3ca281d9d6edfcd9d02f51f (patch) | |
tree | 08acb70601c317b2185df2db3c56154433bb6a66 /Cargo.toml | |
parent | 9faac7e1cacc1787bd45987c0f28b5aa1fbb9563 (diff) |
Update to Edition 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |