Skip to content

Commit

Permalink
Bump version to 22.0.0 (#1399)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
  • Loading branch information
github-actions[bot] and sisuresh authored Dec 5, 2024
1 parent 73273cb commit 13f8b01
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 88 deletions.
98 changes: 53 additions & 45 deletions Cargo.lock

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

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

[workspace.package]
version = "22.0.0-rc.3.2"
version = "22.0.0"
rust-version = "1.79.0"

[workspace.dependencies]
soroban-sdk = { version = "22.0.0-rc.3.2", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.0-rc.3.2", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.0-rc.3.2", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.0-rc.3.2", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.0-rc.3.2", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.0-rc.3.2", path = "soroban-token-sdk" }
soroban-sdk = { version = "22.0.0", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.0", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.0", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.0", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.0", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.0", path = "soroban-token-sdk" }

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

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

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

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

[workspace.dependencies.stellar-xdr]
version = "=22.0.0-rc.1.1"
version = "=22.0.0"
default-features = false
features = ["curr"]
#git = "https://github.com/stellar/rs-stellar-xdr"
Expand Down
Loading

0 comments on commit 13f8b01

Please sign in to comment.