Skip to content

Commit c1113fb

Browse files
committed
Set clippy to a fixed version
1 parent a1fb241 commit c1113fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: stable
16+
toolchain: 1.73.0
1717
components: clippy
1818
- run: cargo clippy --all-features -- --deny=warnings

0 commit comments

Comments
 (0)