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.
1 parent 12777dd commit 2771f07Copy full SHA for 2771f07
.github/workflows/build.yml
@@ -55,8 +55,13 @@ jobs:
55
run: |
56
cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
57
58
+ - name: Install cargo-semver-checks
59
+ uses: baptiste0928/cargo-install@v3
60
+ with:
61
+ crate: cargo-semver-checks
62
+
63
- name: Check semver
- uses: obi1kenobi/cargo-semver-checks-action@v2
64
+ run: cargo semver-checks
65
66
publish:
67
needs:
0 commit comments