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à --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cf21b7b..a20253c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,7 @@ members = ["lib/*", "crates/*"] resolver = "2" [workspace.package] -rust-version = "1.82" -edition = "2021" +edition = "2024" # Everything under crates/* is GPLv3+; everything under lib/* is under LGPLv3+. license = "GPLv3+ AND LGPLv3+" authors = ["Miquel Sabaté Solà "] -- cgit v1.2.3