File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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"
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"
3333 - name : Build
3434 run : cargo build ${{ matrix.features }}
3535 - name : Test
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ To build with the MSRV you will need to pin dependencies as follows:
6161```
6262# log 0.4.19 has MSRV 1.60.0+
6363cargo update -p log --precise "0.4.18"
64- # tempfile 3.7.0 has MSRV 1.63.0
64+ # tempfile 3.7.0 has MSRV 1.63.0+
6565cargo update -p tempfile --precise "3.6.0"
66+ # rustls 0.21.2 has MSRV 1.60.0+
67+ cargo update -p rustls:0.21.6 --precise "0.21.1"
6668```
You can’t perform that action at this time.
0 commit comments