Skip to content

Commit 58d758c

Browse files
authored
Merge pull request #226 from Sh3Rm4n/clippy
Some little CI improvments
2 parents dfb5df4 + 7f97bdc commit 58d758c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.50"

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ jobs:
4949
target: thumbv7em-none-eabihf
5050
override: true
5151
profile: minimal
52-
- uses: actions-rs/cargo@v1
53-
with:
54-
command: check
55-
args: --features=${{ matrix.mcu }},ld,${{ matrix.features }} --lib --examples
52+
- run: cargo check --features=${{ matrix.mcu }},ld,${{ matrix.features }} --lib --examples
5653

5754
# This is our MSRV. However this is only for documentation
5855
# purposes and should be increased if newer features are used.
@@ -103,7 +100,7 @@ jobs:
103100
- uses: actions/checkout@v2
104101
- uses: actions-rs/toolchain@v1
105102
with:
106-
toolchain: nightly
103+
toolchain: stable
107104
target: thumbv7em-none-eabihf
108105
override: true
109106
profile: minimal

0 commit comments

Comments
 (0)