]> Untitled Git - bdk/commitdiff
ci: pin msrv dep version for ureq
authorSteve Myers <steve@notmandatory.org>
Mon, 6 Jan 2025 19:23:15 +0000 (13:23 -0600)
committerSteve Myers <steve@notmandatory.org>
Mon, 6 Jan 2025 20:19:44 +0000 (14:19 -0600)
.github/workflows/cont_integration.yml
README.md

index bb923409746d9dcc205ffee2e4ef36a8cc3c2bb3..e1472f91c576cf9bf4fa1ecbcb42d26ad7f77772 100644 (file)
@@ -66,6 +66,7 @@ jobs:
           cargo update -p url --precise "2.5.0"
           cargo update -p rustls@0.23.20 --precise "0.23.19"
           cargo update -p hashbrown@0.15.2 --precise "0.15.0"
+          cargo update -p ureq --precise "2.10.1"
       - name: Build
         run: cargo build --features bitcoin/std,miniscript/std,${{ matrix.features }} --no-default-features
       - name: Clippy
index 2a33ec1a6907047e466d95ddcd162104ef980827..446166f3c425c553e07972316ba1c36db5ef0495 100644 (file)
--- a/README.md
+++ b/README.md
@@ -217,4 +217,5 @@ cargo update -p security-framework-sys --precise "2.11.1"
 cargo update -p url --precise "2.5.0"
 cargo update -p rustls@0.23.20 --precise "0.23.19"
 cargo update -p hashbrown@0.15.2 --precise "0.15.0"
+cargo update -p ureq --precise "2.10.1"
 ```