Skip to content

Commit b5b47eb

Browse files
Bump version to 23.0.0-rc.2 (#1573)
### What Bump version to 23.0.0-rc.2, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-env/actions/runs/16057666450. ### 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-env/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-env/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 0ee1932 commit b5b47eb

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

Cargo.lock

Lines changed: 15 additions & 14 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
@@ -20,21 +20,21 @@ exclude = ["soroban-test-wasms/wasm-workspace"]
2020
# NB: When bumping the major version make sure to clean up the
2121
# code guarded by `unstable-*` features to make it enabled
2222
# unconditionally.
23-
version = "23.0.0-rc.1.1"
23+
version = "23.0.0-rc.2"
2424
rust-version = "1.84.0"
2525

2626
[workspace.dependencies]
27-
soroban-env-common = { version = "=23.0.0-rc.1.1", path = "soroban-env-common", default-features = false }
28-
soroban-env-guest = { version = "=23.0.0-rc.1.1", path = "soroban-env-guest" }
29-
soroban-env-host = { version = "=23.0.0-rc.1.1", path = "soroban-env-host" }
30-
soroban-env-macros = { version = "=23.0.0-rc.1.1", path = "soroban-env-macros" }
31-
soroban-builtin-sdk-macros = { version = "=23.0.0-rc.1.1", path = "soroban-builtin-sdk-macros" }
27+
soroban-env-common = { version = "=23.0.0-rc.2", path = "soroban-env-common", default-features = false }
28+
soroban-env-guest = { version = "=23.0.0-rc.2", path = "soroban-env-guest" }
29+
soroban-env-host = { version = "=23.0.0-rc.2", path = "soroban-env-host" }
30+
soroban-env-macros = { version = "=23.0.0-rc.2", path = "soroban-env-macros" }
31+
soroban-builtin-sdk-macros = { version = "=23.0.0-rc.2", path = "soroban-builtin-sdk-macros" }
3232
# NB: this must match the wasmparser version wasmi is using
3333
wasmparser = "=0.116.1"
3434

3535
# NB: When updating, also update the version in rs-soroban-env dev-dependencies
3636
[workspace.dependencies.stellar-xdr]
37-
version = "=23.0.0-rc.1"
37+
version = "=23.0.0-rc.2"
3838
# git = "https://github.com/stellar/rs-stellar-xdr"
3939
# rev = "1a00274ac9c93d580cc4f5eba787906e759d632a"
4040
default-features = false

soroban-env-host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ k256 = {version = "0.13.1", default-features = false, features = ["alloc"]}
8383
p256 = {version = "0.13.2", default-features = false, features = ["alloc"]}
8484

8585
[dev-dependencies.stellar-xdr]
86-
version = "=23.0.0-rc.1"
86+
version = "=23.0.0-rc.2"
8787
# git = "https://github.com/stellar/rs-stellar-xdr"
8888
# rev = "1a00274ac9c93d580cc4f5eba787906e759d632a"
8989
default-features = false

0 commit comments

Comments
 (0)