Skip to content

Commit 5ccb504

Browse files
committed
Pin de-dependency versions for zip and base64ct to work with MSRV 1.57
1 parent f28eb29 commit 5ccb504

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ tokio = { version = "1.20.1", features = ["full"] }
2828
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
2929
electrum-client = "0.12.0"
3030
lazy_static = "1.4.0"
31+
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
32+
zip = "=0.6.3"
33+
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
34+
base64ct = "<1.6.0"
3135

3236
[features]
3337
default = ["blocking", "async", "async-https"]

0 commit comments

Comments
 (0)