Skip to content

Commit

Permalink
Merge pull request #189 from matrix-org/quenting/clippy-1.81.0
Browse files Browse the repository at this point in the history
chore(ci): bump clippy in CI to 1.81.0
  • Loading branch information
sandhose authored Oct 7, 2024
2 parents f094a2c + 6e0044f commit e5b6cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install 1.79.0
rustup default 1.79.0
rustup toolchain install 1.81.0
rustup default 1.81.0
rustup component add clippy
- name: Setup Rust cache
Expand Down

0 comments on commit e5b6cf2

Please sign in to comment.