Skip to content

Commit f46e9e0

Browse files
Bump version to 22.0.8 (#1466)
### What Bump version to 22.0.8, creating release branch. ### Why Triggered by @dmkozh in https://github.com/stellar/rs-soroban-sdk/actions/runs/15077516581. ### 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/v22.0.8` 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=v22.0.8&title=22.0.8 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=v22.0.8&title=22.0.8&target=release/v22.0.8 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
1 parent 61b7d6f commit f46e9e0

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
sys:
184184
- os: ubuntu-latest
185185
target: wasm32v1-none
186-
cargo-hack-feature-options: ''
186+
cargo-hack-feature-options: --manifest-path Cargo.toml --exclude soroban-spec --exclude soroban-spec-rust --exclude soroban-ledger-snapshot --exclude-features testutils,docs,default,std --feature-powerset
187187
- os: ubuntu-latest
188188
target: x86_64-unknown-linux-gnu
189189
cargo-hack-feature-options: '--feature-powerset --exclude-features docs'

Cargo.lock

Lines changed: 28 additions & 28 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
@@ -12,16 +12,16 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "22.0.7"
15+
version = "22.0.8"
1616
rust-version = "1.84.0"
1717

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

2626
[workspace.dependencies.soroban-env-common]
2727
version = "=22.1.3"

tests/fuzz/fuzz/Cargo.lock

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

0 commit comments

Comments
 (0)