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 6f5dda9 commit 200d994Copy full SHA for 200d994
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
strategy:
45
matrix:
46
- rust: [nightly]
+ rust: [nightly-2022-11-22]
47
TARGET: [x86_64-unknown-linux-gnu, thumbv6m-none-eabi, thumbv7m-none-eabi]
48
49
steps:
.github/workflows/clippy.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions-rs/toolchain@v1
27
with:
28
profile: minimal
29
- toolchain: nightly
+ toolchain: nightly-2022-11-22
30
override: true
31
components: clippy
32
- run: cargo clippy
.github/workflows/rustfmt.yml
@@ -29,7 +29,7 @@ jobs:
33
34
components: rustfmt
35
- run: cargo fmt --all -- --check
0 commit comments