Bump cargo-vet to 0.5. (#6029)
Aside from a few new features (notably automatic registry suggestions), this release removes the need to import description for criteria that are not directly used, and adds an explicit version to the cargo-vet instance.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
if: needs.determine.outputs.audit
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CARGO_VET_VERSION: 0.4.0
|
||||
CARGO_VET_VERSION: 0.5.0
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user