From 0f3987fbf1d3636772ee7a08838e5b1c3784b4bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 May 2024 16:32:13 +0000 Subject: [PATCH 1/2] Bump version to 21.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- cmd/soroban-rpc/lib/preflight/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b809994..28bf8309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "preflight" -version = "21.1.0" +version = "21.2.0" dependencies = [ "anyhow", "base64 0.22.0", @@ -1620,7 +1620,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stellar-rpc-client" -version = "21.1.0" +version = "21.2.0" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index 9f58ae3e..045d63f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ default-members = ["cmd/crates/stellar-rpc-client"] [workspace.package] -version = "21.1.0" +version = "21.2.0" rust-version = "1.74.0" [workspace.dependencies.soroban-env-host] diff --git a/cmd/soroban-rpc/lib/preflight/Cargo.toml b/cmd/soroban-rpc/lib/preflight/Cargo.toml index 249eba63..fa3e4032 100644 --- a/cmd/soroban-rpc/lib/preflight/Cargo.toml +++ b/cmd/soroban-rpc/lib/preflight/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preflight" -version = "21.1.0" +version = "21.2.0" publish = false [lib] From 6e6c8ee78253df25a14d29c2bf88b51680745fb3 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 16 May 2024 18:55:29 +0200 Subject: [PATCH 2/2] Reenable macos dry-run --- .github/workflows/rust.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 73cb4454..54499d14 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -84,13 +84,12 @@ jobs: - os: ubuntu-latest target: aarch64-unknown-linux-gnu cargo-hack-feature-options: --feature-powerset - # TODO: uncomment once this is resolved https://github.com/actions/runner-images/issues/9734#issuecomment-2074746599 - # - os: macos-latest - # target: x86_64-apple-darwin - # cargo-hack-feature-options: --feature-powerset - # - os: macos-latest - # target: aarch64-apple-darwin - # cargo-hack-feature-options: --feature-powerset + - os: macos-latest + target: x86_64-apple-darwin + cargo-hack-feature-options: --feature-powerset + - os: macos-latest + target: aarch64-apple-darwin + cargo-hack-feature-options: --feature-powerset # Windows builds notes: # # The different features that need testing are split over unique