]> Untitled Git - bdk/commitdiff
ci: pin url dependency version to build with rust 1.63
authorSteve Myers <steve@notmandatory.org>
Tue, 11 Jun 2024 21:00:47 +0000 (16:00 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 11 Jun 2024 23:43:07 +0000 (18:43 -0500)
.github/workflows/cont_integration.yml
README.md

index 7507478ea4d5e24c0264f1c17bca070c293c3ff1..0b853b8de93cf020424c7ac00daba1a9ec649db2 100644 (file)
@@ -34,6 +34,7 @@ jobs:
           cargo update -p time --precise "0.3.20"
           cargo update -p home --precise "0.5.5"
           cargo update -p proptest --precise "1.2.0"
+          cargo update -p url --precise "2.5.0"
       - name: Build
         run: cargo build ${{ matrix.features }}
       - name: Test
index 58ad483f936cbb5050a7b8c0d76c11bf894662df..b3bdd1f76d6253d870a840b986295104c97da386 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
 cargo update -p time --precise "0.3.20"
 cargo update -p home --precise "0.5.5"
 cargo update -p proptest --precise "1.2.0"
+cargo update -p url --precise "2.5.0"
 ```
 
 ## License