Skip to content

Commit

Permalink
pin the toolchain version used by clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Jan 13, 2024
1 parent 5a321ca commit cd4f764
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.75.0
with:
components: clippy
- run: RUSTFLAGS="--deny warnings" cargo clippy ${{ matrix.features }}
Expand All @@ -41,7 +41,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-no-dev-deps
- uses: dtolnay/[email protected]
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.43.1
- run: cargo no-dev-deps check

test:
Expand Down

0 comments on commit cd4f764

Please sign in to comment.