]> Untitled Git - bdk/commitdiff
chore: Revert `rustls` pin dependency
author志宇 <hello@evanlinjin.me>
Fri, 29 Nov 2024 01:59:04 +0000 (12:59 +1100)
committer志宇 <hello@evanlinjin.me>
Fri, 29 Nov 2024 01:59:04 +0000 (12:59 +1100)
The recent release of `rustls` (0.23.19) reverts it's MSRV to 1.63 so
the pin is no longer necessary.

.github/workflows/cont_integration.yml
README.md

index 8db417a386e6fbf07548935b131283da26f7540f..2116392d1f13e743788767a0785d790061742e60 100644 (file)
@@ -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
index 2f194c16db55293b75d86907ea51ebfc882eba65..dafe923d699238f1ea5b8e87e5d47fc2c6c88b3a 100644 (file)
--- 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