Skip to content

Commit 77cf173

Browse files
Bump version to 23.2.1 (#1626)
### What Bump version to 23.2.1, creating release branch. ### Why Triggered by @leighmcculloch in https://github.com/stellar/rs-soroban-sdk/actions/runs/19515525384. ### 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.2.1` 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.2.1&title=23.2.1 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.2.1&title=23.2.1&target=release/v23.2.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Leigh <351529+leighmcculloch@users.noreply.github.com>
1 parent f4573f9 commit 77cf173

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "23.1.1"
18+
version = "23.2.1"
1919
rust-version = "1.84.0"
2020

2121
[workspace.dependencies]
22-
soroban-sdk = { version = "23.1.1", path = "soroban-sdk" }
23-
soroban-sdk-macros = { version = "23.1.1", path = "soroban-sdk-macros" }
24-
soroban-meta = { version = "23.1.1", path = "soroban-meta" }
25-
soroban-spec = { version = "23.1.1", path = "soroban-spec" }
26-
soroban-spec-rust = { version = "23.1.1", path = "soroban-spec-rust" }
27-
soroban-ledger-snapshot = { version = "23.1.1", path = "soroban-ledger-snapshot" }
28-
soroban-token-sdk = { version = "23.1.1", path = "soroban-token-sdk" }
29-
soroban-token-spec = { version = "23.1.1", path = "soroban-token-spec" }
30-
stellar-asset-spec = { version = "23.1.1", path = "stellar-asset-spec" }
22+
soroban-sdk = { version = "23.2.1", path = "soroban-sdk" }
23+
soroban-sdk-macros = { version = "23.2.1", path = "soroban-sdk-macros" }
24+
soroban-meta = { version = "23.2.1", path = "soroban-meta" }
25+
soroban-spec = { version = "23.2.1", path = "soroban-spec" }
26+
soroban-spec-rust = { version = "23.2.1", path = "soroban-spec-rust" }
27+
soroban-ledger-snapshot = { version = "23.2.1", path = "soroban-ledger-snapshot" }
28+
soroban-token-sdk = { version = "23.2.1", path = "soroban-token-sdk" }
29+
soroban-token-spec = { version = "23.2.1", path = "soroban-token-spec" }
30+
stellar-asset-spec = { version = "23.2.1", path = "stellar-asset-spec" }
3131

3232
[workspace.dependencies.soroban-env-common]
3333
version = "=23.0.1"

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)