Skip to content

Commit 45ee1cd

Browse files
Bump version to 23.0.0-rc.2 (#1482)
### What Bump version to 23.0.0-rc.2, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/16060190882. ### 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` 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&title=23.0.0-rc.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&title=23.0.0-rc.2&target=release/v23.0.0-rc.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent 767c718 commit 45ee1cd

File tree

5 files changed

+77
-75
lines changed

5 files changed

+77
-75
lines changed

Cargo.lock

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

Cargo.toml

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

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

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

2626
[workspace.dependencies.soroban-env-common]
27-
version = "=23.0.0-rc.1.1"
27+
version = "=23.0.0-rc.2"
2828
#git = "https://github.com/stellar/rs-soroban-env"
2929
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
3030

3131
[workspace.dependencies.soroban-env-guest]
32-
version = "=23.0.0-rc.1.1"
32+
version = "=23.0.0-rc.2"
3333
#git = "https://github.com/stellar/rs-soroban-env"
3434
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
3535

3636
[workspace.dependencies.soroban-env-host]
37-
version = "=23.0.0-rc.1.1"
37+
version = "=23.0.0-rc.2"
3838
#git = "https://github.com/stellar/rs-soroban-env"
3939
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
4040

4141
[workspace.dependencies.stellar-strkey]
4242
version = "=0.0.13"
4343

4444
[workspace.dependencies.stellar-xdr]
45-
version = "=23.0.0-rc.1"
45+
version = "=23.0.0-rc.2"
4646
default-features = false
4747
features = ["curr"]
4848
#git = "https://github.com/stellar/rs-stellar-xdr"

soroban-sdk/test_snapshots/tests/token_client/test_mock_all_auth.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
},
328328
"ext": "v0"
329329
},
330-
201
330+
200
331331
]
332332
],
333333
[

soroban-sdk/test_snapshots/tests/token_client/test_mock_auth.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
},
360360
"ext": "v0"
361361
},
362-
201
362+
200
363363
]
364364
],
365365
[

0 commit comments

Comments
 (0)