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 ed9e0c1 commit 9e4d479Copy full SHA for 9e4d479
.github/workflows/clippy.yml
@@ -8,7 +8,7 @@ jobs:
8
clippy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: dtolnay/rust-toolchain@master
13
with:
14
# embedded-hal-async needs nightly.
.github/workflows/rustfmt.yml
@@ -9,7 +9,7 @@ jobs:
fmt:
15
toolchain: nightly
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- thumbv7m-none-eabi
27
28
29
30
31
32
toolchain: ${{ matrix.rust }}
0 commit comments