# 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>
This commit is contained in:
Benjamin Brienen 2024-12-29 15:00:19 -05:00 committed by GitHub
parent dc2cd71dc8
commit 8c34f00deb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy", "color"]
rust-version = "1.82.0"
rust-version = "1.83.0"
[dependencies]
bevy_math = { path = "../bevy_math", version = "0.15.0-dev", default-features = false, features = [

View File

@ -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.82.0"
rust-version = "1.83.0"
[features]
default = ["std", "bevy_reflect", "async_executor"]

View File

@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy"]
rust-version = "1.76.0"
rust-version = "1.83.0"
[dependencies]
bevy_app = { path = "../bevy_app", version = "0.15.0-dev", default-features = false }

View File

@ -7,7 +7,7 @@ homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy"]
rust-version = "1.81.0"
rust-version = "1.83.0"
[dependencies]
glam = { version = "0.29", default-features = false, features = ["bytemuck"] }