]> Untitled Git - bdk/commitdiff
ci: pin msrv dep version for rustls
authorSteve Myers <steve@notmandatory.org>
Wed, 11 Dec 2024 20:59:22 +0000 (14:59 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 11 Dec 2024 21:07:05 +0000 (15:07 -0600)
.github/workflows/cont_integration.yml
README.md

index e9d8a134b28a5a64befb27c299f2ebc5827210a7..e9b41b688f5faddbb0f1bfcbc436f504f6d7d103 100644 (file)
@@ -53,6 +53,7 @@ jobs:
           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 rustls@0.23.20 --precise "0.23.19"
       - name: Build
         run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
       - name: Test
index 7c8e8a696db2a3ef28985f80bbed6fd8044315c0..d551f21d1fc76ae2f9e7e4ef68d79cc1ec724735 100644 (file)
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ 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 rustls@0.23.20 --precise "0.23.19"
 ```
 
 ## License