]> Untitled Git - bdk/commitdiff
ci: Pin `native-tls` to `0.2.13`
author志宇 <hello@evanlinjin.me>
Thu, 20 Feb 2025 13:19:51 +0000 (00:19 +1100)
committer志宇 <hello@evanlinjin.me>
Thu, 20 Feb 2025 13:27:11 +0000 (00:27 +1100)
To satisfy MSRV of 1.75.0

.github/workflows/cont_integration.yml
ci/pin-msrv.sh

index f13bca2fea82bb2ad02de9435e754f37e142c87b..2f4ef8bfc5555f432dd63314d81c25eb19933b1e 100644 (file)
@@ -48,6 +48,7 @@ jobs:
         if: matrix.rust.version == '1.75.0'
         run: |
           cargo update -p home --precise "0.5.9"
+          cargo update -p native-tls --precise "0.2.13"
       - name: Pin dependencies for MSRV
         if: matrix.rust.version == '1.63.0'
         run: ./ci/pin-msrv.sh
index 83df738a44cd77470e49c3b6a4bda07dbee63205..3e3fc0e507feb2a58d0ff2d411c50e24ff264c9b 100755 (executable)
@@ -21,3 +21,4 @@ cargo update -p indexmap --precise "2.5.0"
 cargo update -p security-framework-sys --precise "2.11.1"
 cargo update -p csv --precise "1.3.0"
 cargo update -p unicode-width --precise "0.1.13"
+cargo update -p native-tls --precise "0.2.13"