Skip to content

Commit

Permalink
Bump version to 22.0.0-rc.3 (#1381)
Browse files Browse the repository at this point in the history
### What
Bump version to 22.0.0-rc.3, creating release branch.

### Why
Triggered by @leighmcculloch in
https://github.com/stellar/rs-soroban-sdk/actions/runs/11490681213.

### 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-rc.3` 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-rc.3&title=22.0.0-rc.3

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-rc.3&title=22.0.0-rc.3&target=release/v22.0.0-rc.3

---------

Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and leighmcculloch authored Oct 24, 2024
1 parent 2a78fb7 commit e7eccd3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

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

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

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

[workspace.dependencies.soroban-env-common]
version = "=22.0.0-rc.3"
Expand Down

0 comments on commit e7eccd3

Please sign in to comment.