Skip to content

Commit

Permalink
Bump msrvs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Feb 15, 2025
1 parent 0d1ffe3 commit 06d2ab8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "infinigen-common"
version = "0.0.0"
edition = "2021"
rust-version = "1.83.0"
publish = false

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions crates/extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "infinigen-extras"
version = "0.0.0"
edition = "2021"
rust-version = "1.83.0"
publish = false

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/infinigen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "infinigen"
version = "0.0.0"
edition = "2021"
publish = false
rust-version = "1.82.0" # msrv should be at least the msrv of the bevy version used
rust-version = "1.83.0"
default-run = "infinigen"

[dependencies]
Expand All @@ -15,7 +15,7 @@ infinigen-plugins = { path = "../plugins" }
infinigen-extras = { path = "../extras" }

bevy_framepace = "0.18.1"
clap = {version = "4.5.29", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
config = { version = "0.15.8", default-features = false, features = ["yaml"] }
config-source = "0.1.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "infinigen-plugins"
version = "0.0.0"
edition = "2021"
publish = false
rust-version = "1.82.0" # msrv should be at least the msrv of the bevy version used
rust-version = "1.83.0"

[dependencies]
ahash = { workspace = true }
Expand Down

0 comments on commit 06d2ab8

Please sign in to comment.