]> Untitled Git - bdk/commitdiff
ci: pin idna_adapter dep to fix reqwest with MSRV 1.75
authorSteve Myers <steve@notmandatory.org>
Thu, 27 Feb 2025 02:40:56 +0000 (20:40 -0600)
committerSteve Myers <steve@notmandatory.org>
Thu, 27 Feb 2025 02:52:52 +0000 (20:52 -0600)
.github/workflows/cont_integration.yml

index 2f4ef8bfc5555f432dd63314d81c25eb19933b1e..84a2f60fed6fd0577de129a47b17057653e6d689 100644 (file)
@@ -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