Skip to content

Commit 510d3fe

Browse files
Bump version to 23.0.1 (#1563)
### What Bump version to 23.0.1, creating release branch. ### Why Triggered by @dmkozh in https://github.com/stellar/rs-soroban-sdk/actions/runs/17448839969. ### 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.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.0.1&title=23.0.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.0.1&title=23.0.1&target=release/v23.0.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
1 parent 20b43f1 commit 510d3fe

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
version = "23.0.0"
17+
version = "23.0.1"
1818
rust-version = "1.84.0"
1919

2020
[workspace.dependencies]
21-
soroban-sdk = { version = "23.0.0", path = "soroban-sdk" }
22-
soroban-sdk-macros = { version = "23.0.0", path = "soroban-sdk-macros" }
23-
soroban-spec = { version = "23.0.0", path = "soroban-spec" }
24-
soroban-spec-rust = { version = "23.0.0", path = "soroban-spec-rust" }
25-
soroban-ledger-snapshot = { version = "23.0.0", path = "soroban-ledger-snapshot" }
26-
soroban-token-sdk = { version = "23.0.0", path = "soroban-token-sdk" }
27-
soroban-token-spec = { version = "23.0.0", path = "soroban-token-spec" }
28-
stellar-asset-spec = { version = "23.0.0", path = "stellar-asset-spec" }
21+
soroban-sdk = { version = "23.0.1", path = "soroban-sdk" }
22+
soroban-sdk-macros = { version = "23.0.1", path = "soroban-sdk-macros" }
23+
soroban-spec = { version = "23.0.1", path = "soroban-spec" }
24+
soroban-spec-rust = { version = "23.0.1", path = "soroban-spec-rust" }
25+
soroban-ledger-snapshot = { version = "23.0.1", path = "soroban-ledger-snapshot" }
26+
soroban-token-sdk = { version = "23.0.1", path = "soroban-token-sdk" }
27+
soroban-token-spec = { version = "23.0.1", path = "soroban-token-spec" }
28+
stellar-asset-spec = { version = "23.0.1", path = "stellar-asset-spec" }
2929

3030
[workspace.dependencies.soroban-env-common]
3131
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)