File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install Rust toolchain
20
20
uses : actions-rs/toolchain@v1
21
21
with :
22
- toolchain : " 1.65 .0"
22
+ toolchain : " 1.67 .0"
23
23
override : true
24
24
profile : minimal
25
25
components : llvm-tools-preview
Original file line number Diff line number Diff line change 29
29
30
30
- name : Pin dependencies for MSRV
31
31
if : matrix.rust.version == '1.57.0'
32
- run : cargo update -p log --precise "0.4.18" && cargo update -p tempfile --precise "3.6.0" && cargo update -p rustls:0.21.6 --precise "0.21.1"
32
+ run : |
33
+ cargo update -p log --precise "0.4.18"
34
+ cargo update -p tempfile --precise "3.6.0"
35
+ cargo update -p rustls:0.21.6 --precise "0.21.1"
36
+ cargo update -p tokio:1.31.0 --precise "1.29.1"
37
+ cargo update -p flate2:1.0.27 --precise "1.0.26"
33
38
- name : Build
34
39
run : cargo build ${{ matrix.features }}
35
40
- name : Test
You can’t perform that action at this time.
0 commit comments