From 12ebf2ecd30bd88c9290a30d4a45aee097827dda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:31:01 -0400 Subject: [PATCH] Update rust-version (#610) * Update rust-version * update other rust versions that the job missed * rustup update for docs tests --------- Co-authored-by: github-actions[bot] Co-authored-by: Paul Bellamy --- .github/workflows/full-help-docs.yml | 2 +- cmd/crates/soroban-test/Cargo.toml | 2 +- .../tests/fixtures/test-wasms/custom_type/Cargo.toml | 2 +- .../tests/fixtures/test-wasms/hello_world/Cargo.toml | 2 +- cmd/soroban-cli/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/full-help-docs.yml b/.github/workflows/full-help-docs.yml index 9cb0edd10..69c359fa1 100644 --- a/.github/workflows/full-help-docs.yml +++ b/.github/workflows/full-help-docs.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: stellar/actions/rust-cache@main - + - run: rustup update - name: Generate help doc # this looks goofy to get GITHUB_OUTPUT to work with multi-line return values; # see https://stackoverflow.com/a/74266196/249801 diff --git a/cmd/crates/soroban-test/Cargo.toml b/cmd/crates/soroban-test/Cargo.toml index dbb9150a7..8595f2ab4 100644 --- a/cmd/crates/soroban-test/Cargo.toml +++ b/cmd/crates/soroban-test/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" readme = "README.md" version = "0.7.1" edition = "2021" -rust-version = "1.67" +rust-version = "1.69" autobins = false diff --git a/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml b/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml index 8a96fc9d5..07f4247f8 100644 --- a/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml +++ b/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" publish = false -rust-version = "1.65" +rust-version = "1.69" [lib] crate-type = ["cdylib", "rlib"] diff --git a/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml b/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml index 6f3861d62..b1bd1356c 100644 --- a/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml +++ b/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" publish = false -rust-version = "1.66" +rust-version = "1.69" [lib] crate-type = ["cdylib", "rlib"] diff --git a/cmd/soroban-cli/Cargo.toml b/cmd/soroban-cli/Cargo.toml index 50bd13e3e..e5f39d6f7 100644 --- a/cmd/soroban-cli/Cargo.toml +++ b/cmd/soroban-cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" readme = "README.md" version = "0.7.1" edition = "2021" -rust-version = "1.68" +rust-version = "1.69" autobins = false default-run = "soroban"