From 07105760f5810d0631ae40945ad9091bd15aaf49 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Wed, 30 Jul 2025 22:41:43 -0500 Subject: [PATCH] Bump Rust edition to 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08e89be..751419c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "asteroids" version = "0.2.0" -edition = "2021" +edition = "2024" [dependencies] bevy = { version = "0.16", features = ["dynamic_linking"] }