From fb0c7c99cf6d3c4b0a539fbcc232ea5615d85318 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 5 Jul 2025 19:39:17 -0700 Subject: [PATCH] Update all crates to 2024 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d635750d0..87dfc598b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ [workspace.package] rust-version = "1.86" # MSRV:3 -edition = "2021" +edition = "2024" license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/cargo" repository = "https://github.com/rust-lang/cargo"