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à --- lib/header/fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/header/fuzz/Cargo.toml') 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 = [] -- cgit v1.2.3