Skip to content

Commit 822ce6c

Browse files
Bump version to 20.0.0 (#1183)
### What Bump version to 20.0.0, creating release branch. ### Why Triggered by @graydon in https://github.com/stellar/rs-soroban-sdk/actions/runs/7091867511. ### 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.0.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.0.0&title=20.0.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.0.0&title=20.0.0&target=release/v20.0.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Graydon Hoare <graydon@pobox.com>
1 parent 4f09626 commit 822ce6c

2 files changed

Lines changed: 51 additions & 50 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,38 +29,38 @@ members = [
2929
]
3030

3131
[workspace.package]
32-
version = "20.0.0-rc2"
32+
version = "20.0.0"
3333

3434
[workspace.dependencies]
35-
soroban-sdk = { version = "20.0.0-rc2", path = "soroban-sdk" }
36-
soroban-sdk-macros = { version = "20.0.0-rc2", path = "soroban-sdk-macros" }
37-
soroban-spec = { version = "20.0.0-rc2", path = "soroban-spec" }
38-
soroban-spec-rust = { version = "20.0.0-rc2", path = "soroban-spec-rust" }
39-
soroban-ledger-snapshot = { version = "20.0.0-rc2", path = "soroban-ledger-snapshot" }
40-
soroban-token-sdk = { version = "20.0.0-rc2", path = "soroban-token-sdk" }
35+
soroban-sdk = { version = "20.0.0", path = "soroban-sdk" }
36+
soroban-sdk-macros = { version = "20.0.0", path = "soroban-sdk-macros" }
37+
soroban-spec = { version = "20.0.0", path = "soroban-spec" }
38+
soroban-spec-rust = { version = "20.0.0", path = "soroban-spec-rust" }
39+
soroban-ledger-snapshot = { version = "20.0.0", path = "soroban-ledger-snapshot" }
40+
soroban-token-sdk = { version = "20.0.0", path = "soroban-token-sdk" }
4141

4242
[workspace.dependencies.soroban-env-common]
43-
version = "=20.0.0-rc2"
43+
version = "=20.0.0"
4444
git = "https://github.com/stellar/rs-soroban-env"
45-
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
45+
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"
4646

4747
[workspace.dependencies.soroban-env-guest]
48-
version = "=20.0.0-rc2"
48+
version = "=20.0.0"
4949
git = "https://github.com/stellar/rs-soroban-env"
50-
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
50+
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"
5151

5252
[workspace.dependencies.soroban-env-host]
53-
version = "=20.0.0-rc2"
53+
version = "=20.0.0"
5454
git = "https://github.com/stellar/rs-soroban-env"
55-
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
55+
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"
5656

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

6060
[workspace.dependencies.stellar-xdr]
6161
version = "=20.0.0"
62-
git = "https://github.com/stellar/rs-stellar-xdr"
63-
rev = "24dd3c1b9fada6e2b28e8456a915adc212d6c47e"
62+
# git = "https://github.com/stellar/rs-stellar-xdr"
63+
# rev = "24dd3c1b9fada6e2b28e8456a915adc212d6c47e"
6464
default-features = false
6565
features = ["curr"]
6666

0 commit comments

Comments
 (0)