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 1919 - name : Install Rust toolchain
2020 uses : actions-rs/toolchain@v1
2121 with :
22- toolchain : " 1.65 .0"
22+ toolchain : " 1.67 .0"
2323 override : true
2424 profile : minimal
2525 components : llvm-tools-preview
Original file line number Diff line number Diff line change 29293030 - name : Pin dependencies for MSRV
3131 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"
3338 - name : Build
3439 run : cargo build ${{ matrix.features }}
3540 - name : Test
You can’t perform that action at this time.
0 commit comments