-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin the toolchain version used by clippy
- Loading branch information
1 parent
5a321ca
commit cd4f764
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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: | ||
|