From: Steve Myers Date: Thu, 27 Feb 2025 02:40:56 +0000 (-0600) Subject: ci: pin idna_adapter dep to fix reqwest with MSRV 1.75 X-Git-Tag: wallet-1.2.0~23^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.Slice.html?a=commitdiff_plain;h=d4670b377e03bca24a9d0ed0ed6a59221dfe8506;p=bdk ci: pin idna_adapter dep to fix reqwest with MSRV 1.75 --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 2f4ef8bf..84a2f60f 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -49,6 +49,7 @@ jobs: run: | cargo update -p home --precise "0.5.9" cargo update -p native-tls --precise "0.2.13" + cargo update -p idna_adapter --precise "1.1.0" - name: Pin dependencies for MSRV if: matrix.rust.version == '1.63.0' run: ./ci/pin-msrv.sh