Skip to content

Commit

Permalink
Merge pull request #147 from Burning1020/fix-deny
Browse files Browse the repository at this point in the history
ci: use legacy 0.15.1 cargo-deny
  • Loading branch information
abel-von authored Aug 5, 2024
2 parents a3f8204 + d14b7e4 commit 56ce107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: cargo clippy ${{ matrix.features }} -- -D warnings
- name: Deny
working-directory: ${{ matrix.directories }}
run: cargo install cargo-deny && cargo deny -L warn ${{ matrix.features }} check
run: cargo install cargo-deny@0.15.1 && cargo deny -L warn ${{ matrix.features }} check

tests:
strategy:
Expand Down

0 comments on commit 56ce107

Please sign in to comment.