We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6f5c7 commit d258af1Copy full SHA for d258af1
.github/workflows/test-with-soroban-examples.yml
@@ -45,8 +45,10 @@ jobs:
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.
+ # dependency of another dependency where the version to override is a
+ # different major version or does not match the semver compatibility
50
+ # defined by the importer, causing two copies of soroban-sdk to be
51
+ # compiled and duplicate lang item (panic_impl) errors.
52
exclude:
53
- working-directory: privacy-pools
54
defaults:
0 commit comments