File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions-rs/toolchain@v1
39
39
with :
40
40
profile : minimal
41
- toolchain : nightly-2022-02-09
41
+ toolchain : nightly
42
42
override : true
43
43
44
44
- name : Run cargo check
60
60
uses : actions-rs/toolchain@v1
61
61
with :
62
62
profile : minimal
63
- toolchain : nightly-2022-02-09
63
+ toolchain : nightly
64
64
override : true
65
65
components : rustfmt
66
66
82
82
uses : actions-rs/toolchain@v1
83
83
with :
84
84
profile : minimal
85
- toolchain : nightly-2022-02-09
85
+ toolchain : nightly
86
86
override : true
87
87
components : rustfmt, clippy
88
88
@@ -113,7 +113,7 @@ jobs:
113
113
uses : actions-rs/toolchain@v1
114
114
with :
115
115
profile : minimal
116
- toolchain : nightly-2022-02-09
116
+ toolchain : nightly
117
117
override : true
118
118
119
119
- name : Run cargo doc
@@ -169,7 +169,7 @@ jobs:
169
169
uses : actions-rs/toolchain@v1
170
170
with :
171
171
profile : minimal
172
- toolchain : nightly-2022-02-09
172
+ toolchain : nightly
173
173
override : true
174
174
175
175
- name : Checkout gh-pages
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments