diff --git a/Cargo.toml b/Cargo.toml index ad106d740ec7e..04159dbb3785a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["game", "engine", "gamedev", "graphics", "bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/bevyengine/bevy" documentation = "https://docs.rs/bevy" -rust-version = "1.88.0" +rust-version = "1.90.0" [workspace] resolver = "2" diff --git a/crates/bevy_camera_controller/Cargo.toml b/crates/bevy_camera_controller/Cargo.toml index ca024f6ca53ca..f6f26d57c32e1 100644 --- a/crates/bevy_camera_controller/Cargo.toml +++ b/crates/bevy_camera_controller/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy", "input", "camera", "control"] -rust-version = "1.85.0" +rust-version = "1.90.0" [dependencies] bevy_app = { path = "../bevy_app", version = "0.18.0-dev", default-features = false } diff --git a/crates/bevy_color/Cargo.toml b/crates/bevy_color/Cargo.toml index 056cdeb2f57b7..72ff14b29a6b2 100644 --- a/crates/bevy_color/Cargo.toml +++ b/crates/bevy_color/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy", "color"] -rust-version = "1.85.0" +rust-version = "1.90.0" [dependencies] bevy_math = { path = "../bevy_math", version = "0.18.0-dev", default-features = false, features = [ diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index eb39ed859e33a..decf4e661c2f2 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["ecs", "game", "bevy"] categories = ["game-engines", "data-structures"] -rust-version = "1.86.0" +rust-version = "1.90.0" [features] default = ["std", "bevy_reflect", "async_executor", "backtrace"] diff --git a/crates/bevy_input_focus/Cargo.toml b/crates/bevy_input_focus/Cargo.toml index 1766ee2243b31..439bf2b28e44a 100644 --- a/crates/bevy_input_focus/Cargo.toml +++ b/crates/bevy_input_focus/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy"] -rust-version = "1.85.0" +rust-version = "1.90.0" [features] default = ["std", "bevy_reflect", "bevy_ecs/async_executor"] diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 783370fd59b14..2d50855ab971e 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy"] -rust-version = "1.85.0" +rust-version = "1.90.0" [dependencies] glam = { version = "0.30.7", default-features = false, features = ["bytemuck"] } diff --git a/crates/bevy_ptr/Cargo.toml b/crates/bevy_ptr/Cargo.toml index 2ee96f276742e..0d62883ab859a 100644 --- a/crates/bevy_ptr/Cargo.toml +++ b/crates/bevy_ptr/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy", "no_std"] -rust-version = "1.85.0" +rust-version = "1.90.0" [dependencies] diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index ad20e990250d6..51d7a35b71292 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://bevy.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy"] -rust-version = "1.85.0" +rust-version = "1.90.0" [features] default = ["std", "smallvec", "debug", "auto_register_inventory"]