Skip to content

Commit 9de8134

Browse files
leighmccullochfnando
authored andcommitted
use fixed soroban-sdk from stellar/rs-soroban-sdk#1476
1 parent d92290c commit 9de8134

2 files changed

Lines changed: 85 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ version = "=23.0.0-rc.1.1"
5353

5454
[workspace.dependencies.soroban-sdk]
5555
version = "=23.0.0-rc.1.1"
56-
features = ["testutils"]
56+
git = "https://github.com/stellar/rs-soroban-sdk"
57+
branch = "fix-testutils-incompat"
5758

5859
[workspace.dependencies.soroban-env-host]
5960
version = "=23.0.0-rc.1.1"
@@ -63,6 +64,8 @@ version = "=23.0.0-rc.1.1"
6364

6465
[workspace.dependencies.soroban-ledger-snapshot]
6566
version = "=23.0.0-rc.1.1"
67+
git = "https://github.com/stellar/rs-soroban-sdk"
68+
branch = "fix-testutils-incompat"
6669

6770
# Dependencies from the rs-stellar-rpc-client repo:
6871
[workspace.dependencies.soroban-rpc]

0 commit comments

Comments
 (0)