Skip to content

Commit 4e490b4

Browse files
authored
Merge branch 'main' into issues/1566-simplify-event-testing-3
2 parents 3b8c2e9 + 8219d77 commit 4e490b4

File tree

70 files changed

+884
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+884
-350
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ jobs:
264264
msrv="$(make msrv)"
265265
rustup install $msrv
266266
rustup target add --toolchain $msrv wasm32v1-none
267+
rustup component add rustfmt
267268
- uses: stellar/binaries@v45
268269
with:
269270
name: cargo-hack

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "23.2.1"
18+
version = "23.3.0"
1919
rust-version = "1.84.0"
2020

2121
[workspace.dependencies]
22-
soroban-sdk = { version = "23.2.1", path = "soroban-sdk" }
23-
soroban-sdk-macros = { version = "23.2.1", path = "soroban-sdk-macros" }
24-
soroban-meta = { version = "23.2.1", path = "soroban-meta" }
25-
soroban-spec = { version = "23.2.1", path = "soroban-spec" }
26-
soroban-spec-rust = { version = "23.2.1", path = "soroban-spec-rust" }
27-
soroban-ledger-snapshot = { version = "23.2.1", path = "soroban-ledger-snapshot" }
28-
soroban-token-sdk = { version = "23.2.1", path = "soroban-token-sdk" }
29-
soroban-token-spec = { version = "23.2.1", path = "soroban-token-spec" }
30-
stellar-asset-spec = { version = "23.2.1", path = "stellar-asset-spec" }
22+
soroban-sdk = { version = "23.3.0", path = "soroban-sdk" }
23+
soroban-sdk-macros = { version = "23.3.0", path = "soroban-sdk-macros" }
24+
soroban-meta = { version = "23.3.0", path = "soroban-meta" }
25+
soroban-spec = { version = "23.3.0", path = "soroban-spec" }
26+
soroban-spec-rust = { version = "23.3.0", path = "soroban-spec-rust" }
27+
soroban-ledger-snapshot = { version = "23.3.0", path = "soroban-ledger-snapshot" }
28+
soroban-token-sdk = { version = "23.3.0", path = "soroban-token-sdk" }
29+
soroban-token-spec = { version = "23.3.0", path = "soroban-token-spec" }
30+
stellar-asset-spec = { version = "23.3.0", path = "stellar-asset-spec" }
3131

3232
[workspace.dependencies.soroban-env-common]
3333
version = "=23.0.1"

0 commit comments

Comments
 (0)