Skip to content

Commit

Permalink
chore: upgrade Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Nov 27, 2023
1 parent ec12b59 commit 99202ac
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members = [
version = "0.3.0"
authors = ["Jérémy Levilain <jeremy@jeremylvln.fr>"]
edition = "2021"
rust-version = "1.74.0"
publish = false

[workspace.dependencies]
Expand Down
1 change: 1 addition & 0 deletions packages/google-agones-crds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "google-agones-crds"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[lib]
Expand Down
1 change: 1 addition & 0 deletions packages/google-agones-sdk/bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "google-agones-sdk"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[features]
Expand Down
1 change: 1 addition & 0 deletions packages/google-open-match-sdk/bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "google-open-match-sdk"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[features]
Expand Down
1 change: 1 addition & 0 deletions packages/shulker-addon-matchmaking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-addon-matchmaking"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions packages/shulker-crds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-crds"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions packages/shulker-kube-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-kube-utils"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[lib]
Expand Down
1 change: 1 addition & 0 deletions packages/shulker-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-operator"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
default-run = "shulker-operator"

Expand Down
1 change: 1 addition & 0 deletions packages/shulker-sdk/bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-sdk"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[features]
Expand Down
1 change: 1 addition & 0 deletions packages/shulker-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shulker-utils"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true

[lib]
Expand Down

0 comments on commit 99202ac

Please sign in to comment.