We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ecc8b commit 05713deCopy full SHA for 05713de
2 files changed
.github/workflows/pre-commit.yaml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions-rs/toolchain@v1
15
with:
16
profile: minimal
17
- toolchain: nightly
+ toolchain: nightly-2023-03-01
18
components: rustfmt, clippy
19
- uses: pre-commit/action@v2.0.3
.pre-commit-config.yaml
@@ -4,10 +4,10 @@ repos:
4
- id: cargo-fmt-nightly
5
name: Cargo Fmt Nightly
6
language: "rust"
7
- entry: cargo +nightly fmt
+ entry: cargo +nightly-2023-03-01 fmt
8
pass_filenames: false
9
- id: cargo-clippy
10
name: Cargo clippy
11
12
- entry : cargo +nightly clippy --tests -- -D warnings
+ entry : cargo +nightly-2023-03-01 clippy --tests -- -D warnings
13
pass_filenames : false
0 commit comments