Skip to content

Commit e5ca16f

Browse files
Merge pull request #64 from TheBestTvarynka/refactor/update-dependencies
Update dependencies
2 parents f71f4ef + 0cdb957 commit e5ca16f

19 files changed

+1098
-786
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: 'cargo +nightly fmt --all -- --check'
2727

2828
- name: 'Clippy'
29-
run: 'cargo clippy -- -D warnings'
29+
run: 'cargo clippy --all-targets -- -D warnings'
3030

3131
- name: 'Tests'
3232
run: 'cargo test'

0 commit comments

Comments
 (0)