We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401f7eb commit 5b667f4Copy full SHA for 5b667f4
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
needs:
21
- build_std
22
- clippy
23
- - credential_msrv
+ - msrv
24
- docs
25
- lockfile
26
- resolver
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
@@ -249,9 +249,9 @@ jobs:
249
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
250
sh linkcheck.sh --all --path ../src/doc cargo
251
252
- credential_msrv:
+ msrv:
253
runs-on: ubuntu-latest
254
steps:
255
- uses: actions/checkout@v3
256
- uses: taiki-e/install-action@cargo-hack
257
- - run: cargo hack check --all-targets --rust-version -p cargo-credential
+ - run: cargo hack check --all-targets --rust-version --workspace --ignore-private
0 commit comments