We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b6885 commit cad5850Copy full SHA for cad5850
1 file changed
.github/workflows/cargo-vet.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Vet Dependencies
10
runs-on: ubuntu-latest
11
env:
12
- CARGO_VET_VERSION: 0.10.0
+ CARGO_VET_VERSION: 0.10.2
13
steps:
14
- uses: actions/checkout@master
15
- name: Install Rust
@@ -22,7 +22,6 @@ jobs:
22
run: echo "${{ runner.tool_cache }}/cargo-vet/bin" >> $GITHUB_PATH
23
- name: Ensure that the tool cache is populated with the cargo-vet binary
24
run: |
25
- export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
26
cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet
27
- name: Invoke cargo-vet
28
run: cargo vet --locked
0 commit comments