From: Daniela Brozzoni Date: Tue, 22 Aug 2023 15:35:32 +0000 (+0200) Subject: ci: Pin rustls-webpki to 0.100.1 X-Git-Tag: v1.0.0-alpha.2~23^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.EncodeError.html?a=commitdiff_plain;h=fa0bead02488d2bcfb9828e61c06a36a3dab70d4;p=bdk ci: Pin rustls-webpki to 0.100.1 --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index a55d5cc9..f02dcb83 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -37,6 +37,7 @@ jobs: cargo update -p flate2:1.0.27 --precise "1.0.26" cargo update -p reqwest --precise "0.11.18" cargo update -p h2 --precise "0.3.20" + cargo update -p rustls-webpki --precise "0.100.1" - name: Build run: cargo build ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index d8297f73..5d018358 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ cargo update -p flate2:1.0.27 --precise "1.0.26" cargo update -p reqwest --precise "0.11.18" # h2 0.3.21 has MSRV 1.63.0+ cargo update -p h2 --precise "0.3.20" +# rustls-webpki has MSRV 1.60.0+ +cargo update -p rustls-webpki --precise "0.100.1" ``` ## License