Skip to content

Commit 13f8b01

Browse files
Bump version to 22.0.0 (#1399)
### What Bump version to 22.0.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/12184763498. ### 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/v22.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=v22.0.0&title=22.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=v22.0.0&title=22.0.0&target=release/v22.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent 73273cb commit 13f8b01

4 files changed

Lines changed: 104 additions & 88 deletions

File tree

Cargo.lock

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

Cargo.toml

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

1414
[workspace.package]
15-
version = "22.0.0-rc.3.2"
15+
version = "22.0.0"
1616
rust-version = "1.79.0"
1717

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

2626
[workspace.dependencies.soroban-env-common]
27-
version = "=22.0.0-rc.3"
28-
git = "https://github.com/stellar/rs-soroban-env"
29-
rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
27+
version = "=22.1.0"
28+
#git = "https://github.com/stellar/rs-soroban-env"
29+
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
3030

3131
[workspace.dependencies.soroban-env-guest]
32-
version = "=22.0.0-rc.3"
33-
git = "https://github.com/stellar/rs-soroban-env"
34-
rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
32+
version = "=22.1.0"
33+
#git = "https://github.com/stellar/rs-soroban-env"
34+
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
3535

3636
[workspace.dependencies.soroban-env-host]
37-
version = "=22.0.0-rc.3"
38-
git = "https://github.com/stellar/rs-soroban-env"
39-
rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
37+
version = "=22.1.0"
38+
#git = "https://github.com/stellar/rs-soroban-env"
39+
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
4040

4141
[workspace.dependencies.stellar-strkey]
4242
version = "=0.0.9"
4343

4444
[workspace.dependencies.stellar-xdr]
45-
version = "=22.0.0-rc.1.1"
45+
version = "=22.0.0"
4646
default-features = false
4747
features = ["curr"]
4848
#git = "https://github.com/stellar/rs-stellar-xdr"

0 commit comments

Comments
 (0)