Skip to content

Commit dcbea44

Browse files
Bump version to 25.3.0 (#1751)
### What Bump version to 25.3.0, creating release branch. ### Why Triggered by @jayz22 in https://github.com/stellar/rs-soroban-sdk/actions/runs/22787639472. ### 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/v25.3.0` 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=v25.3.0&title=25.3.0 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=v25.3.0&title=25.3.0&target=release/v25.3.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jay Geng <jay@stellar.org>
1 parent 082424b commit dcbea44

File tree

4 files changed

+70
-70
lines changed

4 files changed

+70
-70
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
sys:
303303
- os: ubuntu-latest
304304
target: wasm32v1-none
305-
cargo-hack-feature-options: --manifest-path Cargo.toml --exclude soroban-meta --exclude soroban-spec --exclude soroban-spec-rust --exclude soroban-ledger-snapshot --exclude-features testutils,docs,default,std --feature-powerset
305+
cargo-hack-feature-options: --manifest-path Cargo.toml --exclude soroban-meta --exclude soroban-spec --exclude soroban-spec-rust --exclude soroban-ledger-snapshot --exclude-features testutils,docs,default,std,experimental_spec_shaking_v2 --feature-powerset
306306
- os: ubuntu-latest
307307
target: x86_64-unknown-linux-gnu
308308
cargo-hack-feature-options: '--feature-powerset --exclude-features docs'

0 commit comments

Comments
 (0)