Skip to content

Commit

Permalink
Bump version to 21.0.1-preview.1 (#1262)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent b0970b7 commit e407193
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
# specific crate-type, lib, such that the Cargo.toml crate-type is
# ignored.
cdylib-cross-compile-workaround: true
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
# - os: macos-latest
# target: x86_64-apple-darwin
# - os: macos-latest
# target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.sys.os }}
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ members = [
]

[workspace.package]
version = "21.0.0"
version = "21.0.1-preview.1"
rust-version = "1.74.0"

[workspace.dependencies]
soroban-sdk = { version = "21.0.0", path = "soroban-sdk" }
soroban-sdk-macros = { version = "21.0.0", path = "soroban-sdk-macros" }
soroban-spec = { version = "21.0.0", path = "soroban-spec" }
soroban-spec-rust = { version = "21.0.0", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "21.0.0", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "21.0.0", path = "soroban-token-sdk" }
soroban-sdk = { version = "21.0.1-preview.1", path = "soroban-sdk" }
soroban-sdk-macros = { version = "21.0.1-preview.1", path = "soroban-sdk-macros" }
soroban-spec = { version = "21.0.1-preview.1", path = "soroban-spec" }
soroban-spec-rust = { version = "21.0.1-preview.1", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "21.0.1-preview.1", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "21.0.1-preview.1", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=21.0.1"
Expand Down

0 comments on commit e407193

Please sign in to comment.