]> Untitled Git - bdk/commitdiff
ci: pin msrv dep version for rustls and hashbrown
authorSteve Myers <steve@notmandatory.org>
Mon, 6 Jan 2025 17:29:17 +0000 (11:29 -0600)
committerSteve Myers <steve@notmandatory.org>
Mon, 6 Jan 2025 18:06:47 +0000 (12:06 -0600)
.github/workflows/cont_integration.yml
.github/workflows/nightly_docs.yml
README.md

index a7f12c393c48bfd84185b93eef4a3b8406dab862..bb923409746d9dcc205ffee2e4ef36a8cc3c2bb3 100644 (file)
@@ -64,8 +64,8 @@ jobs:
           cargo update -p regex --precise "1.7.3"
           cargo update -p security-framework-sys --precise "2.11.1"
           cargo update -p url --precise "2.5.0"
-          cargo update -p rustls@0.23.18 --precise "0.23.17"
-          cargo update -p hashbrown@0.15.1 --precise "0.15.0"
+          cargo update -p rustls@0.23.20 --precise "0.23.19"
+          cargo update -p hashbrown@0.15.2 --precise "0.15.0"
       - name: Build
         run: cargo build --features bitcoin/std,miniscript/std,${{ matrix.features }} --no-default-features
       - name: Clippy
index 1156c9dcf6f99916a98b343c9809f6887018a23e..9eef21ce8a7c00d5cd37a54fb62b0c031f5a2519 100644 (file)
@@ -28,7 +28,9 @@ jobs:
       - name: Install Rust toolchain
         uses: dtolnay/rust-toolchain@nightly
         with:
-          components: clippy
+          components: clippy, rustfmt
+      - name: Cargo update
+        run: cargo update
       - name: Build docs
         run: cargo rustdoc --verbose --features=compiler,electrum,esplora,use-esplora-blocking,compact_filters,rpc,key-value-db,sqlite,all-keys,verify,hardware-signer -- --cfg docsrs -Dwarnings
       - name: Upload artifact
index 1e68f70ff6632fa11f19b416f7a0db9732b14aa3..2a33ec1a6907047e466d95ddcd162104ef980827 100644 (file)
--- a/README.md
+++ b/README.md
@@ -215,6 +215,6 @@ cargo update -p home --precise "0.5.5"
 cargo update -p regex --precise "1.7.3"
 cargo update -p security-framework-sys --precise "2.11.1"
 cargo update -p url --precise "2.5.0"
-cargo update -p rustls@0.23.18 --precise "0.23.17"
-cargo update -p hashbrown@0.15.1 --precise "0.15.0"
+cargo update -p rustls@0.23.20 --precise "0.23.19"
+cargo update -p hashbrown@0.15.2 --precise "0.15.0"
 ```