Skip to content

Commit

Permalink
removing cargo deny, few deps, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Aug 28, 2024
1 parent 0c28174 commit efe16c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
cargo clippy --all
- name: Install cargo check tools
run: |
cargo install --locked cargo-deny || true
cargo install --locked cargo-outdated || true
- name: Check
run: |
cargo deny check
cargo outdated --exit-code 1
rm -rf ~/.cargo/advisory-db
- name: Test
Expand Down
36 changes: 0 additions & 36 deletions deny.toml

This file was deleted.

0 comments on commit efe16c7

Please sign in to comment.