From c66152fbc809da71f9aef3532b7088aebf0e416a Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 14 Feb 2026 03:40:01 -0800 Subject: [PATCH] update Cargo.toml for changing edition 2021 to 2024 --- space/src-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/src-rs/Cargo.toml b/space/src-rs/Cargo.toml index ed93c32..f6a56bc 100644 --- a/space/src-rs/Cargo.toml +++ b/space/src-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "srcrs" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies]