We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4093a36 commit 815516bCopy full SHA for 815516b
.github/workflows/lint.yml
@@ -8,13 +8,11 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: dtolnay/rust-toolchain@master
+ # cargo udeps uses `-Z binary-dep-depinfo`
12
+ # "the option `Z` is only accepted on the nightly compiler"
13
+ - uses: dtolnay/rust-toolchain@nightly
14
with:
- # Need feature(stdsimd) until config-rs can be upgraded.
- # https://github.com/mehcode/config-rs/issues/531
15
- # https://github.com/rust-lang/rust/issues/27731#event-11707724027
16
- toolchain: nightly-2024-09-01
17
- components: clippy
+ components: clippy, rustfmt
18
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
19
20
key: ${{ matrix.os }}
0 commit comments