21
21
- uses : actions-rs/toolchain@v1
22
22
with :
23
23
profile : minimal
24
- toolchain : nightly
24
+ toolchain : nightly-2021-12-03
25
25
components : rustfmt
26
26
override : true
27
27
- uses : Swatinem/rust-cache@v1
41
41
- uses : actions-rs/toolchain@v1
42
42
with :
43
43
profile : minimal
44
- toolchain : nightly
44
+ toolchain : nightly-2021-12-03
45
45
override : true
46
46
- uses : Swatinem/rust-cache@v1
47
47
- uses : actions-rs/cargo@v1
59
59
- uses : actions-rs/toolchain@v1
60
60
with :
61
61
profile : minimal
62
- toolchain : nightly
62
+ toolchain : nightly-2021-12-03
63
63
override : true
64
64
- uses : Swatinem/rust-cache@v1
65
65
- uses : actions-rs/cargo@v1
78
78
- uses : actions-rs/toolchain@v1
79
79
with :
80
80
profile : minimal
81
- toolchain : nightly
81
+ toolchain : nightly-2021-12-03
82
82
override : true
83
83
- uses : Swatinem/rust-cache@v1
84
84
- uses : actions-rs/cargo@v1
98
98
- uses : actions-rs/toolchain@v1
99
99
with :
100
100
profile : minimal
101
- toolchain : nightly
101
+ toolchain : nightly-2021-12-03
102
102
components : clippy
103
103
override : true
104
104
- uses : Swatinem/rust-cache@v1
@@ -126,7 +126,7 @@ jobs:
126
126
- uses : actions-rs/toolchain@v1
127
127
with :
128
128
profile : minimal
129
- toolchain : nightly
129
+ toolchain : nightly-2021-12-03
130
130
override : true
131
131
- uses : Swatinem/rust-cache@v1
132
132
- uses : actions-rs/cargo@v1
@@ -151,7 +151,7 @@ jobs:
151
151
- uses : actions-rs/toolchain@v1
152
152
with :
153
153
profile : minimal
154
- toolchain : nightly
154
+ toolchain : nightly-2021-12-03
155
155
override : true
156
156
- uses : actions-rs/cargo@v1
157
157
with :
@@ -184,7 +184,7 @@ jobs:
184
184
- uses : actions-rs/toolchain@v1
185
185
with :
186
186
profile : minimal
187
- toolchain : nightly
187
+ toolchain : nightly-2021-12-03
188
188
components : rustfmt
189
189
override : true
190
190
- uses : actions-rs/cargo@v1
0 commit comments