Pin dev-dependency zip to 0.6.3

This commit is contained in:
Steve Myers 2023-02-03 12:13:20 -06:00
parent e83bb7c4dc
commit 0c2570ae07
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View 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"