Skip to content

Commit d13d059

Browse files
authored
Lower clippy check to msrv
1 parent bbd638a commit d13d059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v2
8282

8383
- name: Install toolchain
84-
uses: dtolnay/rust-toolchain@1.84
84+
uses: dtolnay/rust-toolchain@1.80
8585
with:
8686
components: clippy
8787

0 commit comments

Comments
 (0)