Commit daffe58
committed
ci: patch transitive crates.io soroban-sdk in OpenZeppelin contracts build
The Test with OpenZeppelin Contracts workflow redirects soroban-sdk to the
local checkout via [workspace.dependencies] path overrides. Those only cover
directly-named dependency edges, so the soroban-sdk pulled transitively by
soroban-poseidon (a crates.io dependency of stellar-tokens) was not redirected.
This linked two copies of soroban-sdk and produced a duplicate panic_impl lang
item error (E0152, #1723).
Add a [patch.crates-io] table so transitive copies resolve to the local
checkout as well, unifying on a single soroban-sdk.1 parent cdae1e3 commit daffe58
1 file changed
Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
89 | 106 | | |
90 | 107 | | |
91 | 108 | | |
| |||
0 commit comments