Skip to content

Commit d258af1

Browse files
clarify cargo semver compatibility limitation
1 parent dc6f5c7 commit d258af1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-with-soroban-examples.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
# Exclude examples that depend on crates.io packages that transitively
4646
# depend on soroban-sdk (e.g. soroban-poseidon). Cargo does not provide
4747
# 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.
48+
# dependency of another dependency where the version to override is a
49+
# 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.
5052
exclude:
5153
- working-directory: privacy-pools
5254
defaults:

0 commit comments

Comments
 (0)