Skip to content

Commit

Permalink
Run lints against a precise version of the rust toolchain
Browse files Browse the repository at this point in the history
This will allow PRs with failed CI just because they happened with
a newer version of rustfmt/clippy than last time the master branch
was checked.
  • Loading branch information
glandium committed Mar 10, 2021
1 parent 87e92b0 commit 3f318a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: ./.github/actions/rust-toolchain
with:
components: ${{ matrix.component }}
toolchain: 1.50.0

- name: clippy version
run: cargo clippy --version
Expand Down

0 comments on commit 3f318a8

Please sign in to comment.