Skip to content

Commit 8c34f00

Browse files
Fix msrvs (#17012)
# Objective The rust-versions are out of date. Fixes #17008 ## Solution Update the values Cherry-picked from #17006 in case it is controversial ## Testing Validated locally and in #17006 --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent dc2cd71 commit 8c34f00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/bevy_color/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
77
repository = "https://github.com/bevyengine/bevy"
88
license = "MIT OR Apache-2.0"
99
keywords = ["bevy", "color"]
10-
rust-version = "1.82.0"
10+
rust-version = "1.83.0"
1111

1212
[dependencies]
1313
bevy_math = { path = "../bevy_math", version = "0.15.0-dev", default-features = false, features = [

crates/bevy_ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/bevyengine/bevy"
88
license = "MIT OR Apache-2.0"
99
keywords = ["ecs", "game", "bevy"]
1010
categories = ["game-engines", "data-structures"]
11-
rust-version = "1.82.0"
11+
rust-version = "1.83.0"
1212

1313
[features]
1414
default = ["std", "bevy_reflect", "async_executor"]

crates/bevy_input_focus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
77
repository = "https://github.com/bevyengine/bevy"
88
license = "MIT OR Apache-2.0"
99
keywords = ["bevy"]
10-
rust-version = "1.76.0"
10+
rust-version = "1.83.0"
1111

1212
[dependencies]
1313
bevy_app = { path = "../bevy_app", version = "0.15.0-dev", default-features = false }

crates/bevy_math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
77
repository = "https://github.com/bevyengine/bevy"
88
license = "MIT OR Apache-2.0"
99
keywords = ["bevy"]
10-
rust-version = "1.81.0"
10+
rust-version = "1.83.0"
1111

1212
[dependencies]
1313
glam = { version = "0.29", default-features = false, features = ["bytemuck"] }

0 commit comments

Comments
 (0)