From 6333dc7ee02332cd06e20b56cefd3210368e54f8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Jul 2026 20:45:05 +0200 Subject: Upgrade to the 2024 edition of Rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also adjust the code so the clippy from the 2024 edition is fine with it. Signed-off-by: Miquel Sabaté Solà --- crates/xa65/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/xa65') 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à "] -- cgit v1.2.3