File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change
1
+ msrv = " 1.50"
Original file line number Diff line number Diff line change 49
49
target : thumbv7em-none-eabihf
50
50
override : true
51
51
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
56
53
57
54
# This is our MSRV. However this is only for documentation
58
55
# purposes and should be increased if newer features are used.
@@ -103,7 +100,7 @@ jobs:
103
100
- uses : actions/checkout@v2
104
101
- uses : actions-rs/toolchain@v1
105
102
with :
106
- toolchain : nightly
103
+ toolchain : stable
107
104
target : thumbv7em-none-eabihf
108
105
override : true
109
106
profile : minimal
You can’t perform that action at this time.
0 commit comments