We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5f3ca commit 33b66a2Copy full SHA for 33b66a2
.github/workflows/rust.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
- name: Check semver
30
+ # Allow failure until we update all the package versions.
31
+ continue-on-error: true
32
uses: obi1kenobi/cargo-semver-checks-action@v2
33
build:
34
runs-on: ${{ matrix.os }}
0 commit comments