43
43
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
44
44
with :
45
45
profile : minimal
46
- toolchain : stable
46
+ toolchain : " 1.63.0 "
47
47
override : true
48
48
- uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
49
49
with :
@@ -150,7 +150,7 @@ jobs:
150
150
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
151
151
with :
152
152
profile : minimal
153
- toolchain : stable
153
+ toolchain : " 1.63.0 "
154
154
components : rustfmt
155
155
override : true
156
156
- uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # renovate: tag=v1.0.3
@@ -172,7 +172,7 @@ jobs:
172
172
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
173
173
with :
174
174
profile : minimal
175
- toolchain : stable
175
+ toolchain : " 1.63.0 "
176
176
components : clippy
177
177
override : true
178
178
- uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -206,7 +206,7 @@ jobs:
206
206
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
207
207
with :
208
208
profile : minimal
209
- toolchain : stable
209
+ toolchain : " 1.63.0 "
210
210
components : rustfmt
211
211
override : true
212
212
- uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -236,7 +236,7 @@ jobs:
236
236
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
237
237
with :
238
238
profile : minimal
239
- toolchain : stable
239
+ toolchain : " 1.63.0 "
240
240
override : true
241
241
- uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
242
242
with :
@@ -280,7 +280,7 @@ jobs:
280
280
uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
281
281
with :
282
282
profile : minimal
283
- toolchain : stable
283
+ toolchain : " 1.63.0 "
284
284
override : true
285
285
- name : Set up rust-cache
286
286
uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -345,7 +345,7 @@ jobs:
345
345
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
346
346
with :
347
347
profile : minimal
348
- toolchain : stable
348
+ toolchain : " 1.63.0 "
349
349
components : rustfmt
350
350
override : true
351
351
- name : Install requirements for version tool
0 commit comments