]> Untitled Git - bdk/commitdiff
ci: pin home version to 0.5.5 for 1.63 MSRV
authorSteve Myers <steve@notmandatory.org>
Wed, 20 Dec 2023 17:19:48 +0000 (11:19 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 20 Dec 2023 17:19:48 +0000 (11:19 -0600)
.github/workflows/cont_integration.yml
README.md

index 1892242ad04db3d9b6f46b0186ed20487daa365a..14310093a5dad95fee79cb79e89d2fa4ea3800aa 100644 (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
index 087c4e68cbee6830e527c863594c5d0680ac5480..8ecd764e2821766185190ec440fdd328e159b79d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,14 +65,14 @@ This library should compile with any combination of features with Rust 1.63.0.
 To build with the MSRV you will need to pin dependencies as follows:
 
 ```shell
-# zip 0.6.3 has MSRV 1.64.0+
+# zip 0.6.3 has MSRV 1.64.0
 cargo update -p zip --precise "0.6.2"
-# time 0.3.21 has MSRV 1.65.0+
+# time 0.3.21 has MSRV 1.65.0
 cargo update -p time --precise "0.3.20"
 # jobserver 0.1.27 has MSRV 1.66.0
 cargo update -p jobserver --precise "0.1.26"
-# reqwest 0.11.20 has MSRV > 1.63.0+
-cargo update -p reqwest --precise "0.11.19"
+# home 0.5.9 has MSRV 1.70.0
+cargo update -p home --precise "0.5.5"
 ```
 
 ## License