File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 matrix :
4343 working-directory : ${{ fromJSON(needs.collect-examples.outputs.dirs) }}
4444 experimental_spec_shaking_v2 : [true, false]
45- # Exclude examples that have transitive crates.io dependencies on
46- # soroban-sdk (e.g. via soroban-poseidon). The sed-based patching only
47- # rewrites direct dependency declarations in local Cargo.toml files and
48- # cannot redirect the soroban-sdk dependency inside a crates.io package,
49- # causing duplicate lang item (panic_impl) errors.
45+ # Exclude examples that depend on crates.io packages that transitively
46+ # depend on soroban-sdk (e.g. soroban-poseidon). Cargo does not provide
47+ # a way to override the version of soroban-sdk required as a transitive
48+ # dependency of another dependency, causing two copies of soroban-sdk to
49+ # be compiled and duplicate lang item (panic_impl) errors.
5050 exclude :
5151 - working-directory : privacy-pools
5252 defaults :
You can’t perform that action at this time.
0 commit comments