aboutsummaryrefslogtreecommitdiff
path: root/crates/xa65
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 /crates/xa65
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 'crates/xa65')
-rw-r--r--crates/xa65/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/xa65/Cargo.toml b/crates/xa65/Cargo.toml
index 1a2c52c..8ca15cc 100644
--- a/crates/xa65/Cargo.toml
+++ b/crates/xa65/Cargo.toml
@@ -1,5 +1,5 @@
[package]
name = "xa65"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]