Commit 7f894f4
Skip privacy-pools in soroban-examples CI (#1811)
### What
Exclude the `privacy-pools` example from the soroban-examples CI matrix.
### Why
It depends on `soroban-poseidon`, which transitively depends on
`soroban-sdk` from crates.io. Cargo cannot override a transitive
dependency when the version does not match the semver compatibility
range defined by the importer, resulting in two copies of `soroban-sdk`
and duplicate `panic_impl` lang item errors.
Close #1723
---------
Co-authored-by: mootz12 <38118608+mootz12@users.noreply.github.com>1 parent c32bb7e commit 7f894f4
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| |||
0 commit comments