From 6709223e8926b64603212af611c0d12559d6caf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:24:28 +0000 Subject: [PATCH] Update rust-version (#948) Co-authored-by: github-actions[bot] Co-authored-by: Siddharth Suresh --- soroban-env-common/Cargo.toml | 2 +- soroban-env-common/tests/no_std/Cargo.toml | 2 +- soroban-env-guest/Cargo.toml | 2 +- soroban-env-host/Cargo.toml | 2 +- soroban-env-macros/Cargo.toml | 2 +- soroban-native-sdk-macros/Cargo.toml | 2 +- soroban-synth-wasm/Cargo.toml | 2 +- soroban-test-wasms/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/soroban-env-common/Cargo.toml b/soroban-env-common/Cargo.toml index 26c534805..04845266f 100644 --- a/soroban-env-common/Cargo.toml +++ b/soroban-env-common/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" version.workspace = true readme = "../README.md" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [build_dependencies] crate-git-revision = "0.0.6" diff --git a/soroban-env-common/tests/no_std/Cargo.toml b/soroban-env-common/tests/no_std/Cargo.toml index ddaf53ab8..7f99c1403 100644 --- a/soroban-env-common/tests/no_std/Cargo.toml +++ b/soroban-env-common/tests/no_std/Cargo.toml @@ -3,7 +3,7 @@ name = "test_no_std" version.workspace = true edition = "2021" publish = false -rust-version = "1.70" +rust-version = "1.71" [lib] doctest = false diff --git a/soroban-env-guest/Cargo.toml b/soroban-env-guest/Cargo.toml index f67b9aca1..32aa10834 100644 --- a/soroban-env-guest/Cargo.toml +++ b/soroban-env-guest/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" version.workspace = true readme = "../README.md" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [dependencies] soroban-env-common = { workspace = true, features = [] } diff --git a/soroban-env-host/Cargo.toml b/soroban-env-host/Cargo.toml index 15bf46ff5..8e23dc6c6 100644 --- a/soroban-env-host/Cargo.toml +++ b/soroban-env-host/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" version.workspace = true readme = "../README.md" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [dependencies] soroban-native-sdk-macros = { workspace = true } diff --git a/soroban-env-macros/Cargo.toml b/soroban-env-macros/Cargo.toml index c0dc1c975..cd5797aa7 100644 --- a/soroban-env-macros/Cargo.toml +++ b/soroban-env-macros/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" version.workspace = true edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [lib] proc-macro = true diff --git a/soroban-native-sdk-macros/Cargo.toml b/soroban-native-sdk-macros/Cargo.toml index bbe78fae7..e6f36f7da 100644 --- a/soroban-native-sdk-macros/Cargo.toml +++ b/soroban-native-sdk-macros/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" version.workspace = true edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [lib] proc-macro = true diff --git a/soroban-synth-wasm/Cargo.toml b/soroban-synth-wasm/Cargo.toml index e79c5b3d3..411f61ed5 100644 --- a/soroban-synth-wasm/Cargo.toml +++ b/soroban-synth-wasm/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" version.workspace = true edition = "2021" -rust-version = "1.70" +rust-version = "1.71" publish = false [dependencies] diff --git a/soroban-test-wasms/Cargo.toml b/soroban-test-wasms/Cargo.toml index 36c024fbe..20a839a05 100644 --- a/soroban-test-wasms/Cargo.toml +++ b/soroban-test-wasms/Cargo.toml @@ -4,4 +4,4 @@ version.workspace = true description = "crate full of precompiled test WASM binaries for soroban -- for use in other tests, do not publish" edition = "2021" publish = false -rust-version = "1.70" +rust-version = "1.71"