Skip to content

Commit bb3c919

Browse files
committed
pin toolchain for clippy to 1.76
1 parent a77d022 commit bb3c919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions-rs/toolchain@v1
9090
with:
9191
profile: minimal
92-
toolchain: 1.52.1 # clippy is too much of a moving target at the moment
92+
toolchain: 1.76 # clippy is too much of a moving target at the moment
9393
override: true
9494
components: clippy
9595
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)