From: 志宇 Date: Fri, 29 Nov 2024 01:59:04 +0000 (+1100) Subject: chore: Revert `rustls` pin dependency X-Git-Tag: v1.0.0-beta.6~9^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/de/static/gitweb.css?a=commitdiff_plain;h=8e5a7c67c0c6be4da259e6015e9a7575df0f1385;p=bdk chore: Revert `rustls` pin dependency The recent release of `rustls` (0.23.19) reverts it's MSRV to 1.63 so the pin is no longer necessary. --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 8db417a3..2116392d 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -51,7 +51,6 @@ jobs: cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" - cargo update -p rustls@0.23.18 --precise "0.23.17" - name: Build run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index 2f194c16..dafe923d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" -cargo update -p rustls@0.23.18 --precise "0.23.17" ``` ## License