Skip to content

Commit e7fbc8b

Browse files
committed
ci: run clippy_check with rust stable
1 parent 2251b8d commit e7fbc8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ jobs:
118118
- uses: actions/checkout@v1
119119
- uses: actions-rs/toolchain@v1
120120
with:
121-
# we pin clippy instead of using "stable" so that our CI doesn't break
122-
# at each new cargo release
123-
toolchain: "1.67.0"
121+
toolchain: "stable"
124122
components: clippy
125123
override: true
126124
- name: Rust Cache

0 commit comments

Comments
 (0)