Skip to content

Commit

Permalink
Lock vet (#15)
Browse files Browse the repository at this point in the history
* Lock vet

* Update deps
  • Loading branch information
Ralim authored Feb 17, 2024
1 parent 3ec6244 commit e4fe652
Show file tree
Hide file tree
Showing 10 changed files with 322 additions and 202 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
components: clippy,rustfmt
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
- run: cargo install --locked cargo-vet
- run: cargo install --locked cargo-vet --version "0.9.0"
working-directory: bestool
- run: cargo vet --locked
working-directory: bestool
Expand All @@ -48,4 +48,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
- run: cargo build
working-directory: bestool
working-directory: bestool
Loading

0 comments on commit e4fe652

Please sign in to comment.