Skip to content

Commit

Permalink
Merge pull request #64 from TheBestTvarynka/refactor/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
TheBestTvarynka authored Mar 17, 2024
2 parents f71f4ef + 0cdb957 commit e5ca16f
Show file tree
Hide file tree
Showing 19 changed files with 1,098 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: 'cargo +nightly fmt --all -- --check'

- name: 'Clippy'
run: 'cargo clippy -- -D warnings'
run: 'cargo clippy --all-targets -- -D warnings'

- name: 'Tests'
run: 'cargo test'
Expand Down
Loading

0 comments on commit e5ca16f

Please sign in to comment.