Skip to content

Commit de2763a

Browse files
committed
ci: Pin clippy to rust 1.78.0
1 parent dcd2d47 commit de2763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v1
119119
- uses: actions-rs/toolchain@v1
120120
with:
121-
toolchain: stable
121+
toolchain: 1.78.0
122122
components: clippy
123123
override: true
124124
- name: Rust Cache

0 commit comments

Comments
 (0)