From 70e51179bf3e59280cc9e9db753224e54dc24195 Mon Sep 17 00:00:00 2001 From: James Liu Date: Fri, 27 Jan 2023 05:26:58 +0000 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef6baef019..cf1fafbeaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["game", "engine", "gamedev", "graphics", "bevy"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/bevyengine/bevy" -rust-version = "1.66.0" +rust-version = "1.67.0" [workspace] exclude = ["benches", "crates/bevy_ecs_compile_fail_tests", "crates/bevy_reflect_compile_fail_tests"]