Skip to content

Commit 46efa11

Browse files
committed
exclude rustls-cert-gen from semver check
`semver-checks` fail in CI because there is no published version of `rustls-cert-gen`. excluding it seems like the simplest fix for the moment. other workarounds can be found here: https://github.com/obi1kenobi/cargo-semver-checks#does-the-crate-im-checking-have-to-be-published-on-cratesio
1 parent 6cb4b30 commit 46efa11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090

9191
- name: Check semver
9292
uses: obi1kenobi/cargo-semver-checks-action@v2
93+
with:
94+
exclude: rustls-cert-gen
9395

9496
build-windows:
9597
runs-on: windows-latest

0 commit comments

Comments
 (0)