File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 cargo update -p zip --precise "0.6.2"
3434 cargo update -p time --precise "0.3.20"
3535 cargo update -p jobserver --precise "0.1.26"
36- cargo update -p reqwest --precise "0.11.19 "
36+ cargo update -p home --precise "0.5.5 "
3737 - name : Build
3838 run : cargo build ${{ matrix.features }}
3939 - name : Test
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ This library should compile with any combination of features with Rust 1.63.0.
6565To build with the MSRV you will need to pin dependencies as follows:
6666
6767``` shell
68- # zip 0.6.3 has MSRV 1.64.0+
68+ # zip 0.6.3 has MSRV 1.64.0
6969cargo update -p zip --precise " 0.6.2"
70- # time 0.3.21 has MSRV 1.65.0+
70+ # time 0.3.21 has MSRV 1.65.0
7171cargo update -p time --precise " 0.3.20"
7272# jobserver 0.1.27 has MSRV 1.66.0
7373cargo update -p jobserver --precise " 0.1.26"
74- # reqwest 0.11.20 has MSRV > 1.63.0+
75- cargo update -p reqwest --precise " 0.11.19 "
74+ # home 0.5.9 has MSRV 1.70.0
75+ cargo update -p home --precise " 0.5.5 "
7676```
7777
7878## License
You can’t perform that action at this time.
0 commit comments