File tree 2 files changed +18
-0
lines changed 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v1
30
+ - uses : actions-rs/toolchain@v1
31
+ with :
32
+ toolchain : stable
33
+ profile : minimal
34
+ override : true
35
+ - name : Resolve MSRV aware dependencies
36
+ run : cargo update
37
+ env :
38
+ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS : fallback
30
39
- uses : actions-rs/toolchain@v1
31
40
with :
32
41
toolchain : 1.70.0
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v1
17
+ - uses : actions-rs/toolchain@v1
18
+ with :
19
+ toolchain : stable
20
+ profile : minimal
21
+ override : true
22
+ - name : Resolve MSRV aware dependencies
23
+ run : cargo update
24
+ env :
25
+ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS : fallback
17
26
- uses : actions-rs/toolchain@v1
18
27
with :
19
28
toolchain : 1.70.0
You can’t perform that action at this time.
0 commit comments