Skip to content

Commit 83ba2ae

Browse files
authored
CI: bump clippy to 1.92 (#1258)
1 parent c04ea45 commit 83ba2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: RustCrypto/actions/cargo-cache@master
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
28-
toolchain: 1.85.0 # Pinned to prevent breakages
28+
toolchain: 1.92.0 # Pinned to prevent breakages
2929
components: clippy
3030
- run: cargo clippy --all --all-features --exclude aarch64-dit -- -D warnings
3131

0 commit comments

Comments
 (0)