Skip to content

Commit 4a73c96

Browse files
patch
1 parent d62357c commit 4a73c96

2 files changed

Lines changed: 18 additions & 49 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ version = "=23.0.0-rc.1.1"
5353

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

5957
[workspace.dependencies.soroban-env-host]
6058
version = "=23.0.0-rc.1.1"
@@ -64,9 +62,17 @@ version = "=23.0.0-rc.1.1"
6462

6563
[workspace.dependencies.soroban-ledger-snapshot]
6664
version = "=23.0.0-rc.1.1"
65+
66+
67+
[patch.crates-io.soroban-sdk]
6768
git = "https://github.com/stellar/rs-soroban-sdk"
6869
branch = "fix-testutils-incompat"
6970

71+
[patch.crates-io.soroban-ledger-snapshot]
72+
git = "https://github.com/stellar/rs-soroban-sdk"
73+
branch = "fix-testutils-incompat"
74+
75+
7076
# Dependencies from the rs-stellar-rpc-client repo:
7177
[workspace.dependencies.soroban-rpc]
7278
package = "stellar-rpc-client"

0 commit comments

Comments
 (0)