From: Steve Myers Date: Wed, 11 Dec 2024 20:59:22 +0000 (-0600) Subject: ci: pin msrv dep version for rustls X-Git-Tag: v1.0.0-beta.6~1^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.CommandStringError.html?a=commitdiff_plain;h=2a9eeed302a3c7faaa7e2d26ff3d806f2317a850;p=bdk ci: pin msrv dep version for rustls --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index e9d8a134..e9b41b68 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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 diff --git a/README.md b/README.md index 7c8e8a69..d551f21d 100644 --- 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