From b969249f5f8a5c45f54f5044486280134db1f00e Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 24 Aug 2025 19:07:53 -0700 Subject: [PATCH] switch to edition 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1162fc..57ca631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = ["crates/*"] [workspace.package] version = "0.1.0" license = "LGPL-3.0-or-later" -edition = "2021" +edition = "2024" repository = "" keywords = [] categories = []