From 99202ac9e3d836f403b3028a9660adac03863f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levilain?= Date: Mon, 27 Nov 2023 13:47:15 +0100 Subject: [PATCH] chore: upgrade Rust version --- Cargo.toml | 1 + packages/google-agones-crds/Cargo.toml | 1 + packages/google-agones-sdk/bindings/rust/Cargo.toml | 1 + packages/google-open-match-sdk/bindings/rust/Cargo.toml | 1 + packages/shulker-addon-matchmaking/Cargo.toml | 1 + packages/shulker-crds/Cargo.toml | 1 + packages/shulker-kube-utils/Cargo.toml | 1 + packages/shulker-operator/Cargo.toml | 1 + packages/shulker-sdk/bindings/rust/Cargo.toml | 1 + packages/shulker-utils/Cargo.toml | 1 + 10 files changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9d18bdad1..effb50fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ members = [ version = "0.3.0" authors = ["Jérémy Levilain "] edition = "2021" +rust-version = "1.74.0" publish = false [workspace.dependencies] diff --git a/packages/google-agones-crds/Cargo.toml b/packages/google-agones-crds/Cargo.toml index f83fd1b7e..56fd08c82 100644 --- a/packages/google-agones-crds/Cargo.toml +++ b/packages/google-agones-crds/Cargo.toml @@ -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] diff --git a/packages/google-agones-sdk/bindings/rust/Cargo.toml b/packages/google-agones-sdk/bindings/rust/Cargo.toml index eb1083d8c..646aa6025 100644 --- a/packages/google-agones-sdk/bindings/rust/Cargo.toml +++ b/packages/google-agones-sdk/bindings/rust/Cargo.toml @@ -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] diff --git a/packages/google-open-match-sdk/bindings/rust/Cargo.toml b/packages/google-open-match-sdk/bindings/rust/Cargo.toml index 069175029..bb1c7a047 100644 --- a/packages/google-open-match-sdk/bindings/rust/Cargo.toml +++ b/packages/google-open-match-sdk/bindings/rust/Cargo.toml @@ -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] diff --git a/packages/shulker-addon-matchmaking/Cargo.toml b/packages/shulker-addon-matchmaking/Cargo.toml index d23039405..a1e650b68 100644 --- a/packages/shulker-addon-matchmaking/Cargo.toml +++ b/packages/shulker-addon-matchmaking/Cargo.toml @@ -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]] diff --git a/packages/shulker-crds/Cargo.toml b/packages/shulker-crds/Cargo.toml index 24d0d22b7..21a40a586 100644 --- a/packages/shulker-crds/Cargo.toml +++ b/packages/shulker-crds/Cargo.toml @@ -3,6 +3,7 @@ name = "shulker-crds" version.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true publish.workspace = true [[bin]] diff --git a/packages/shulker-kube-utils/Cargo.toml b/packages/shulker-kube-utils/Cargo.toml index 422941091..06ad0f647 100644 --- a/packages/shulker-kube-utils/Cargo.toml +++ b/packages/shulker-kube-utils/Cargo.toml @@ -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] diff --git a/packages/shulker-operator/Cargo.toml b/packages/shulker-operator/Cargo.toml index 69e885dab..ee70a6a51 100644 --- a/packages/shulker-operator/Cargo.toml +++ b/packages/shulker-operator/Cargo.toml @@ -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" diff --git a/packages/shulker-sdk/bindings/rust/Cargo.toml b/packages/shulker-sdk/bindings/rust/Cargo.toml index f39493ef7..b32827682 100644 --- a/packages/shulker-sdk/bindings/rust/Cargo.toml +++ b/packages/shulker-sdk/bindings/rust/Cargo.toml @@ -3,6 +3,7 @@ name = "shulker-sdk" version.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true publish.workspace = true [features] diff --git a/packages/shulker-utils/Cargo.toml b/packages/shulker-utils/Cargo.toml index e784dee99..fc4ad1d9a 100644 --- a/packages/shulker-utils/Cargo.toml +++ b/packages/shulker-utils/Cargo.toml @@ -3,6 +3,7 @@ name = "shulker-utils" version.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true publish.workspace = true [lib]