ci: pin home version to 0.5.5 for 1.63 MSRV

This commit is contained in:
Steve Myers
2023-12-20 11:19:48 -06:00
parent b13505c1c3
commit 2251b8d416
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ jobs:
cargo update -p zip --precise "0.6.2"
cargo update -p time --precise "0.3.20"
cargo update -p jobserver --precise "0.1.26"
cargo update -p reqwest --precise "0.11.19"
cargo update -p home --precise "0.5.5"
- name: Build
run: cargo build ${{ matrix.features }}
- name: Test