]> Untitled Git - bdk/commitdiff
ci: pin hyper-rustls version to 0.24.0 for 1.57 MSRV
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Tue, 21 Nov 2023 01:02:31 +0000 (20:02 -0500)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Tue, 21 Nov 2023 01:02:31 +0000 (20:02 -0500)
.github/workflows/cont_integration.yml
README.md

index 4bd9db305c63cc778cb2441b2d2d270c6203c125..d80a36bea410e0413a9d4d4acf0ca1fd9ec18f07 100644 (file)
@@ -32,12 +32,13 @@ jobs:
         run: |
           cargo update -p log --precise "0.4.18"
           cargo update -p tempfile --precise "3.6.0"
+          cargo update -p reqwest --precise "0.11.18"
+          cargo update -p hyper-rustls --precise 0.24.0
           cargo update -p rustls:0.21.9 --precise "0.21.1"
           cargo update -p rustls:0.20.9 --precise "0.20.8"
           cargo update -p tokio --precise "1.29.1"
           cargo update -p tokio-util --precise "0.7.8"
           cargo update -p flate2 --precise "1.0.26"
-          cargo update -p reqwest --precise "0.11.18"
           cargo update -p h2 --precise "0.3.20"
           cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
           cargo update -p rustls-webpki:0.101.7 --precise "0.101.1"
index 9c6ada2083c9f8671869255deb5050ed1fed7d51..ecb8c266925d8fe100b8053172fd3efb18ab2bca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,6 +69,10 @@ To build with the MSRV you will need to pin dependencies as follows:
 cargo update -p log --precise "0.4.18"
 # tempfile 3.7.0 has MSRV 1.63.0+
 cargo update -p tempfile --precise "3.6.0"
+# reqwest 0.11.19 has MSRV 1.63.0+
+cargo update -p reqwest --precise "0.11.18"
+# hyper-rustls 0.24.1 has MSRV 1.60.0+
+cargo update -p hyper-rustls --precise 0.24.0
 # rustls 0.21.7 has MSRV 1.60.0+
 cargo update -p rustls:0.21.9 --precise "0.21.1"
 # rustls 0.20.9 has MSRV 1.60.0+
@@ -79,8 +83,6 @@ cargo update -p tokio --precise "1.29.1"
 cargo update -p tokio-util --precise "0.7.8"
 # flate2 1.0.27 has MSRV 1.63.0+
 cargo update -p flate2 --precise "1.0.26"
-# reqwest 0.11.19 has MSRV 1.63.0+
-cargo update -p reqwest --precise "0.11.18"
 # h2 0.3.21 has MSRV 1.63.0+
 cargo update -p h2 --precise "0.3.20"
 # rustls-webpki 0.100.3 has MSRV 1.60.0+