From 84f5f669b61ada2605c5127b7ab2db669994cdee Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 22 Feb 2025 19:39:03 -0500 Subject: [PATCH] Targeting rust 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f4458b..f1005bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "icarus-dm" version = "0.4.0" -edition = "2021" +edition = "2024"