Skip to content

Commit 8bbb8fa

Browse files
authored
Upgrade to Bevy 0.16, Rust 2024 (#78)
1 parent 667143c commit 8bbb8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_github_ci_template"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
license = "MIT OR Apache-2.0 OR CC0-1.0"
66

77
# Compile with Performance Optimizations:
@@ -16,7 +16,7 @@ opt-level = 1
1616
opt-level = 3
1717

1818
[dependencies]
19-
bevy = "0.15"
19+
bevy = "0.16"
2020

2121
# These lints may be important signals about code quality, but normal Bevy code
2222
# commonly triggers them and the CI workflow treats them as errors, so we've

0 commit comments

Comments
 (0)