File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
needs :
21
21
- build_std
22
22
- clippy
23
- - credential_msrv
23
+ - msrv
24
24
- docs
25
25
- lockfile
26
26
- resolver
38
38
needs :
39
39
- build_std
40
40
- clippy
41
- - credential_msrv
41
+ - msrv
42
42
- docs
43
43
- lockfile
44
44
- resolver
@@ -249,9 +249,9 @@ jobs:
249
249
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
250
250
sh linkcheck.sh --all --path ../src/doc cargo
251
251
252
- credential_msrv :
252
+ msrv :
253
253
runs-on : ubuntu-latest
254
254
steps :
255
255
- uses : actions/checkout@v4
256
256
- uses : taiki-e/install-action@cargo-hack
257
- - run : cargo hack check --all-targets --rust-version -p cargo-credential
257
+ - run : cargo hack check --all-targets --rust-version --workspace --ignore-private
You can’t perform that action at this time.
0 commit comments