Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
sys:
- os: ubuntu-latest
target: wasm32v1-none
cargo-hack-feature-options: ''
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
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cargo-hack-feature-options: '--feature-powerset --exclude-features docs'
Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ members = [
]

[workspace.package]
version = "22.0.7"
version = "22.0.8"
rust-version = "1.84.0"

[workspace.dependencies]
soroban-sdk = { version = "22.0.7", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.7", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.7", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.7", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.7", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.7", path = "soroban-token-sdk" }
soroban-sdk = { version = "22.0.8", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.8", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.8", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.8", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.8", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.8", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=22.1.3"
Expand Down
12 changes: 6 additions & 6 deletions tests/fuzz/fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.