From 0ae501d150edac134950e743202d7e88e6fcd543 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Thu, 30 Oct 2025 21:46:29 -0300 Subject: [PATCH] Change Rust edition to 2024 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 427e6a0..987683a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ged-core" version = "0.1.0" -edition = "2021" +edition = "2024" [dev-dependencies] ntest = "0.9.3"