From 7eecb2f1020249119f1d8eab4fb59ab6d4ae7cc3 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Thu, 22 May 2025 12:44:52 -0700 Subject: [PATCH] Upgrade to Bevy 0.16, Rust 2024 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc080df..dc23978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_github_ci_template" version = "0.1.0" -edition = "2021" +edition = "2024" license = "MIT OR Apache-2.0 OR CC0-1.0" # Compile with Performance Optimizations: @@ -16,7 +16,7 @@ opt-level = 1 opt-level = 3 [dependencies] -bevy = "0.15" +bevy = "0.16" # These lints may be important signals about code quality, but normal Bevy code # commonly triggers them and the CI workflow treats them as errors, so we've