Skip to content

Commit f4d7b32

Browse files
Bump version to 26.0.1 (#1672)
### What Bump version to 26.0.1, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-env/actions/runs/23653465653. ### 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/v26.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=v26.0.1&title=26.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=v26.0.1&title=26.0.1&target=release/v26.0.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4dfda24 commit f4d7b32

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -21,15 +21,15 @@ exclude = ["soroban-test-wasms/wasm-workspace"]
2121
# NB: When bumping the major version make sure to clean up the
2222
# code guarded by `unstable-*` features to make it enabled
2323
# unconditionally.
24-
version = "26.0.0"
24+
version = "26.0.1"
2525
rust-version = "1.84.0"
2626

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

0 commit comments

Comments
 (0)