Skip to content

Commit

Permalink
exclude rustls-cert-gen from semver check
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
tbro committed Dec 14, 2023
1 parent 6cb4b30 commit 46efa11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
exclude: rustls-cert-gen

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 46efa11

Please sign in to comment.