We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667143c commit 8bbb8faCopy full SHA for 8bbb8fa
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bevy_github_ci_template"
3
version = "0.1.0"
4
-edition = "2021"
+edition = "2024"
5
license = "MIT OR Apache-2.0 OR CC0-1.0"
6
7
# Compile with Performance Optimizations:
@@ -16,7 +16,7 @@ opt-level = 1
16
opt-level = 3
17
18
[dependencies]
19
-bevy = "0.15"
+bevy = "0.16"
20
21
# These lints may be important signals about code quality, but normal Bevy code
22
# commonly triggers them and the CI workflow treats them as errors, so we've
0 commit comments