Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 3f318a8

Browse files
committed
Run lints against a precise version of the rust toolchain
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.
1 parent 87e92b0 commit 3f318a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: ./.github/actions/rust-toolchain
2525
with:
2626
components: ${{ matrix.component }}
27+
toolchain: 1.50.0
2728

2829
- name: clippy version
2930
run: cargo clippy --version

0 commit comments

Comments
 (0)