Skip to content

Commit 6e198b7

Browse files
Bump version to 20.2.0 (#1211)
### What Bump version to 20.2.0, creating release branch. ### Why Triggered by @leighmcculloch in https://github.com/stellar/rs-soroban-sdk/actions/runs/7579476599. ### 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/v20.2.0` 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=v20.2.0&title=20.2.0 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=v20.2.0&title=20.2.0&target=release/v20.2.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ef2e8f5 commit 6e198b7

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 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
@@ -29,16 +29,16 @@ members = [
2929
]
3030

3131
[workspace.package]
32-
version = "20.1.0"
32+
version = "20.2.0"
3333
rust-version = "1.74.0"
3434

3535
[workspace.dependencies]
36-
soroban-sdk = { version = "20.1.0", path = "soroban-sdk" }
37-
soroban-sdk-macros = { version = "20.1.0", path = "soroban-sdk-macros" }
38-
soroban-spec = { version = "20.1.0", path = "soroban-spec" }
39-
soroban-spec-rust = { version = "20.1.0", path = "soroban-spec-rust" }
40-
soroban-ledger-snapshot = { version = "20.1.0", path = "soroban-ledger-snapshot" }
41-
soroban-token-sdk = { version = "20.1.0", path = "soroban-token-sdk" }
36+
soroban-sdk = { version = "20.2.0", path = "soroban-sdk" }
37+
soroban-sdk-macros = { version = "20.2.0", path = "soroban-sdk-macros" }
38+
soroban-spec = { version = "20.2.0", path = "soroban-spec" }
39+
soroban-spec-rust = { version = "20.2.0", path = "soroban-spec-rust" }
40+
soroban-ledger-snapshot = { version = "20.2.0", path = "soroban-ledger-snapshot" }
41+
soroban-token-sdk = { version = "20.2.0", path = "soroban-token-sdk" }
4242

4343
[workspace.dependencies.soroban-env-common]
4444
version = "=20.1.0"

0 commit comments

Comments
 (0)