aboutsummaryrefslogtreecommitdiff
path: root/lib/header/fuzz
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 20:45:05 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 21:09:42 +0200
commit6333dc7ee02332cd06e20b56cefd3210368e54f8 (patch)
treebc32b202172fc1d3981da50e7d0a085aa64252f3 /lib/header/fuzz
parent5fca76b56034554d965b77d1485f92685d79bc84 (diff)
downloadtools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.tar.gz
tools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.zip
Upgrade to the 2024 edition of Rust
And also adjust the code so the clippy from the 2024 edition is fine with it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'lib/header/fuzz')
-rw-r--r--lib/header/fuzz/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header/fuzz/Cargo.toml b/lib/header/fuzz/Cargo.toml
index 9ea48be..ea78c24 100644
--- a/lib/header/fuzz/Cargo.toml
+++ b/lib/header/fuzz/Cargo.toml
@@ -2,7 +2,7 @@
name = "header-fuzz"
version = "0.0.0"
publish = false
-edition = "2021"
+edition = "2024"
[workspace]
members = []