Skip to content

Commit 7957cec

Browse files
Bump version to 23.0.0-rc.2.2 (#1492)
### What Bump version to 23.0.0-rc.2.2, creating release branch. ### Why Triggered by @leighmcculloch in https://github.com/stellar/rs-soroban-sdk/actions/runs/16331866790. ### 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/v23.0.0-rc.2.2` 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=v23.0.0-rc.2.2&title=23.0.0-rc.2.2 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=v23.0.0-rc.2.2&title=23.0.0-rc.2.2&target=release/v23.0.0-rc.2.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
1 parent bf43368 commit 7957cec

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

Cargo.lock

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

Cargo.toml

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

1414
[workspace.package]
15-
version = "23.0.0-rc.2.1"
15+
version = "23.0.0-rc.2.2"
1616
rust-version = "1.84.0"
1717

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

2626
[workspace.dependencies.soroban-env-common]
2727
version = "=23.0.0-rc.2"

tests/fuzz/fuzz/Cargo.lock

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

0 commit comments

Comments
 (0)