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 9606c5b commit 8c8a75cCopy full SHA for 8c8a75c
.github/workflows/CI.yml
@@ -21,8 +21,7 @@ jobs:
21
components: rustfmt
22
- run: cargo fmt --all --check
23
24
- deny-check:
25
- name: cargo-deny check
+ deny:
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v4
@@ -51,7 +50,6 @@ jobs:
51
50
- run: git diff --exit-code
52
53
udeps:
54
- name: Check unused dependencies
55
56
57
@@ -89,7 +87,6 @@ jobs:
89
87
run: cargo check --workspace --all-targets --all-features
90
88
91
msrv:
92
- name: Check MSRV
93
94
95
@@ -146,7 +143,7 @@ jobs:
146
143
with:
147
144
feature-group: all-features
148
145
149
- check-external-types:
+ external-types:
150
151
152
0 commit comments