Skip to content

Commit 7754215

Browse files
authored
Merge pull request #205 from matrix-org/quenting/clippy-1.85
ci: bump clippy to 1.85
2 parents cdab6a7 + 5fcc1f2 commit 7754215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yaml

+2-2
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.81.0
47-
rustup default 1.81.0
46+
rustup toolchain install 1.85.0
47+
rustup default 1.85.0
4848
rustup component add clippy
4949
5050
- name: Setup Rust cache

0 commit comments

Comments
 (0)