Skip to content

Commit 73dee74

Browse files
Bump version to 23.0.1 (#1592)
### What Bump version to 23.0.1, creating release branch. ### Why Triggered by @dmkozh in https://github.com/stellar/rs-soroban-env/actions/runs/17162871187. ### 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-env/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-env/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>
1 parent 39004a2 commit 73dee74

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ 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"
23+
version = "23.0.1"
2424
rust-version = "1.84.0"
2525

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

0 commit comments

Comments
 (0)