mirror of https://github.com/zcash/zcash.git
CI: Migrate to `cargo-vet 0.10`
This commit is contained in:
parent
907a477c7f
commit
400dcdf83e
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@stable
|
||||
id: toolchain
|
||||
- run: rustup override set ${{steps.toolchain.outputs.name}}
|
||||
- run: cargo install cargo-vet --version ~0.9
|
||||
- run: cargo install cargo-vet --version ~0.10
|
||||
- run: cargo vet --locked
|
||||
|
||||
cargo-deny:
|
||||
|
|
Loading…
Reference in New Issue