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 11c990d commit d4271eaCopy full SHA for d4271ea
.github/workflows/ci.yml
@@ -55,3 +55,14 @@ jobs:
55
- run: cargo doc --all-features --no-deps --document-private-items
56
env:
57
RUSTDOCFLAGS: -Dwarnings
58
+
59
+ semver:
60
+ name: Check semver compatibility
61
+ runs-on: ubuntu-latest
62
+ steps:
63
+ - name: Checkout sources
64
+ uses: actions/checkout@v5
65
+ with:
66
+ persist-credentials: false
67
+ - name: Check semver
68
+ uses: obi1kenobi/cargo-semver-checks-action@v2
0 commit comments