File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
rust :
18
+ - 1.52.1 # MSRV
18
19
- stable
19
20
- nightly
20
- - 1.52.1 # MSVR
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
# Important preparation step: override the latest default Rust version in GitHub CI
39
39
strategy :
40
40
matrix :
41
41
rust :
42
+ - 1.52.1 # MSRV
42
43
- stable
43
44
- nightly
44
- - 1.52.1 # MSVR
45
45
steps :
46
46
- uses : actions/checkout@v2
47
47
# Important preparation step: override the latest default Rust version in GitHub CI
@@ -58,13 +58,13 @@ jobs:
58
58
- name : Build (no_std)
59
59
run : cargo build --target thumbv7em-none-eabihf
60
60
61
-
62
61
# As discussed, these tasks are optional for PRs.
63
62
style_checks :
64
63
runs-on : ubuntu-latest
65
64
strategy :
66
65
matrix :
67
66
rust :
67
+ - 1.52.1 # MSRV
68
68
- stable
69
69
steps :
70
70
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments