Skip to content

Commit e407193

Browse files
Bump version to 21.0.1-preview.1 (#1262)
### What Bump version to 21.0.1-preview.1, creating release branch. ### Why Triggered by @dmkozh in https://github.com/stellar/rs-soroban-sdk/actions/runs/8819886824. ### What is next See the release instructions for a full rundown on the release process: https://github.com/stellar/actions/blob/main/README-rust-release.md Commit any changes to the `release/v21.0.1-preview.1` branch that are needed in this release. If this is a regular release releasing from `main`, merge this PR when ready, and after merging, create a release for this version by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v21.0.1-preview.1&title=21.0.1-preview.1 If this is a backport or patch release of a past version, see the release instructions. When ready to release this branch create a release by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v21.0.1-preview.1&title=21.0.1-preview.1&target=release/v21.0.1-preview.1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
1 parent b0970b7 commit e407193

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
# specific crate-type, lib, such that the Cargo.toml crate-type is
8585
# ignored.
8686
cdylib-cross-compile-workaround: true
87-
- os: macos-latest
88-
target: x86_64-apple-darwin
89-
- os: macos-latest
90-
target: aarch64-apple-darwin
87+
# - os: macos-latest
88+
# target: x86_64-apple-darwin
89+
# - os: macos-latest
90+
# target: aarch64-apple-darwin
9191
- os: windows-latest
9292
target: x86_64-pc-windows-msvc
9393
runs-on: ${{ matrix.sys.os }}

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "21.0.0"
15+
version = "21.0.1-preview.1"
1616
rust-version = "1.74.0"
1717

1818
[workspace.dependencies]
19-
soroban-sdk = { version = "21.0.0", path = "soroban-sdk" }
20-
soroban-sdk-macros = { version = "21.0.0", path = "soroban-sdk-macros" }
21-
soroban-spec = { version = "21.0.0", path = "soroban-spec" }
22-
soroban-spec-rust = { version = "21.0.0", path = "soroban-spec-rust" }
23-
soroban-ledger-snapshot = { version = "21.0.0", path = "soroban-ledger-snapshot" }
24-
soroban-token-sdk = { version = "21.0.0", path = "soroban-token-sdk" }
19+
soroban-sdk = { version = "21.0.1-preview.1", path = "soroban-sdk" }
20+
soroban-sdk-macros = { version = "21.0.1-preview.1", path = "soroban-sdk-macros" }
21+
soroban-spec = { version = "21.0.1-preview.1", path = "soroban-spec" }
22+
soroban-spec-rust = { version = "21.0.1-preview.1", path = "soroban-spec-rust" }
23+
soroban-ledger-snapshot = { version = "21.0.1-preview.1", path = "soroban-ledger-snapshot" }
24+
soroban-token-sdk = { version = "21.0.1-preview.1", path = "soroban-token-sdk" }
2525

2626
[workspace.dependencies.soroban-env-common]
2727
version = "=21.0.1"

0 commit comments

Comments
 (0)