Skip to content

Commit

Permalink
ci: run clippy_check with rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 20, 2023
1 parent 2251b8d commit e7fbc8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
# we pin clippy instead of using "stable" so that our CI doesn't break
# at each new cargo release
toolchain: "1.67.0"
toolchain: "stable"
components: clippy
override: true
- name: Rust Cache
Expand Down

0 comments on commit e7fbc8b

Please sign in to comment.