]> Untitled Git - bdk/commitdiff
Pin dev-dependency zip to 0.6.3
authorSteve Myers <steve@notmandatory.org>
Fri, 3 Feb 2023 18:13:20 +0000 (12:13 -0600)
committerSteve Myers <steve@notmandatory.org>
Fri, 3 Feb 2023 18:13:20 +0000 (12:13 -0600)
Cargo.toml

index b7e722a55fb89993515db5f4290d6594d9ed867a..baf144094cbc8801bf2acc2c9efb488d65fcc518 100644 (file)
@@ -110,6 +110,8 @@ electrsd = "0.22"
 # Move back to importing from rust-bitcoin once https://github.com/rust-bitcoin/rust-bitcoin/pull/1342 is released
 base64 = "^0.13"
 assert_matches = "1.5.0"
+# zip versions after 0.6.3 don't work with our MSRV 1.57.0
+zip = "=0.6.3"
 
 [[example]]
 name = "compact_filters_balance"