We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libp2p-server
1 parent 96213b3 commit 915c4adCopy full SHA for 915c4ad
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
echo "code=${RESPONSE_CODE}" >> $GITHUB_OUTPUT
60
61
- uses: ./.github/actions/cargo-semver-checks
62
- if: steps.check-released.outputs.code == 200 && !contains(fromJSON('["libp2p-swarm-derive"]'), env.CRATE) # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
+ if: steps.check-released.outputs.code == 200 && !contains(fromJSON('["libp2p-swarm-derive", "libp2p-server"]'), env.CRATE) # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
63
with:
64
crate: ${{ env.CRATE }}
65
0 commit comments