Skip to content

Commit 4aef54f

Browse files
Bump version to 20.3.0 (#1222)
### What Bump version to 20.3.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/7762186957. ### 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.3.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.3.0&title=20.3.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.3.0&title=20.3.0&target=release/v20.3.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent b156ab4 commit 4aef54f

2 files changed

Lines changed: 50 additions & 52 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,39 +29,37 @@ members = [
2929
]
3030

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

3535
[workspace.dependencies]
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" }
36+
soroban-sdk = { version = "20.3.0", path = "soroban-sdk" }
37+
soroban-sdk-macros = { version = "20.3.0", path = "soroban-sdk-macros" }
38+
soroban-spec = { version = "20.3.0", path = "soroban-spec" }
39+
soroban-spec-rust = { version = "20.3.0", path = "soroban-spec-rust" }
40+
soroban-ledger-snapshot = { version = "20.3.0", path = "soroban-ledger-snapshot" }
41+
soroban-token-sdk = { version = "20.3.0", path = "soroban-token-sdk" }
4242

4343
[workspace.dependencies.soroban-env-common]
44-
version = "=20.1.1"
44+
version = "=20.2.0"
4545
git = "https://github.com/stellar/rs-soroban-env"
46-
rev = "096d4614299ac08c93d255a5482dd079873265dd"
46+
rev = "1bfc0f2a2ee134efc1e1b0d5270281d0cba61c2e"
4747

4848
[workspace.dependencies.soroban-env-guest]
49-
version = "=20.1.1"
49+
version = "=20.2.0"
5050
git = "https://github.com/stellar/rs-soroban-env"
51-
rev = "096d4614299ac08c93d255a5482dd079873265dd"
51+
rev = "1bfc0f2a2ee134efc1e1b0d5270281d0cba61c2e"
5252

5353
[workspace.dependencies.soroban-env-host]
54-
version = "=20.1.1"
54+
version = "=20.2.0"
5555
git = "https://github.com/stellar/rs-soroban-env"
56-
rev = "096d4614299ac08c93d255a5482dd079873265dd"
56+
rev = "1bfc0f2a2ee134efc1e1b0d5270281d0cba61c2e"
5757

5858
[workspace.dependencies.stellar-strkey]
5959
version = "=0.0.8"
6060

6161
[workspace.dependencies.stellar-xdr]
62-
version = "=20.0.2"
63-
# git = "https://github.com/stellar/rs-stellar-xdr"
64-
# rev = "a928e82943e4e93c887555fdec3b1e139ad810d2"
62+
version = "=20.1.0"
6563
default-features = false
6664
features = ["curr"]
6765

0 commit comments

Comments
 (0)