Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Oct 31, 2024
1 parent 23201db commit 436d29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
toolchain: 1.74.0
toolchain: 1.78.0
command: fmt
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
toolchain: 1.74.0
toolchain: 1.78.0
command: clippy
args: --tests -- -D warnings

0 comments on commit 436d29d

Please sign in to comment.