Skip to content

Commit e5b6cf2

Browse files
authored
Merge pull request #189 from matrix-org/quenting/clippy-1.81.0
chore(ci): bump clippy in CI to 1.81.0
2 parents f094a2c + 6e0044f commit e5b6cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343

4444
- name: Install toolchain
4545
run: |
46-
rustup toolchain install 1.79.0
47-
rustup default 1.79.0
46+
rustup toolchain install 1.81.0
47+
rustup default 1.81.0
4848
rustup component add clippy
4949

5050
- name: Setup Rust cache

0 commit comments

Comments
 (0)