Skip to content

Commit 70e5117

Browse files
committed
Bump MSRV to 1.67 (#7379)
# Objective Bump the MSRV to 1.67. Enable cleanup PRs like #7346 to work. ## Solution Bump it to 1.67 --- ## Changelog Changed: The MSRV of the engine is now 1.67.
1 parent 0cb0d8b commit 70e5117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["game", "engine", "gamedev", "graphics", "bevy"]
1010
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/bevyengine/bevy"
13-
rust-version = "1.66.0"
13+
rust-version = "1.67.0"
1414

1515
[workspace]
1616
exclude = ["benches", "crates/bevy_ecs_compile_fail_tests", "crates/bevy_reflect_compile_fail_tests"]

0 commit comments

Comments
 (0)