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 2020 needs :
2121 - build_std
2222 - clippy
23- - credential_msrv
23+ - msrv
2424 - docs
2525 - lockfile
2626 - resolver
3838 needs :
3939 - build_std
4040 - clippy
41- - credential_msrv
41+ - msrv
4242 - docs
4343 - lockfile
4444 - resolver
@@ -249,9 +249,9 @@ jobs:
249249 curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
250250 sh linkcheck.sh --all --path ../src/doc cargo
251251
252- credential_msrv :
252+ msrv :
253253 runs-on : ubuntu-latest
254254 steps :
255255 - uses : actions/checkout@v3
256256 - 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