Skip to content

Commit 783fe89

Browse files
committed
ci: remove 'cargo-semver-checks'
1 parent 472d397 commit 783fe89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: Swatinem/rust-cache@v2
1919
- uses: taiki-e/install-action@v2
2020
with:
21-
tool: cargo-hack@0.6,just@1,cargo-msrv@0.16,cargo-semver-checks@0.38
21+
tool: cargo-hack@0.6,just@1,cargo-msrv@0.16
2222
- run: just verify

justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ set dotenv-load
22

33
# Perform all verifications (compile, test, lint, etc.)
44
verify: test lint doc check-msrv
5-
cargo semver-checks
65

76
# Watch the source files and run `just verify` when source changes
87
watch:

0 commit comments

Comments
 (0)