Skip to content

Commit 8a40af7

Browse files
Merge #49: Pin base64 to 0.21.0 to keep the 1.57.0 MSRV
d335f9f Pin base64 to 0.21.0 to keep the 1.57.0 MSRV (Daniela Brozzoni) Pull request description: ACKs for top commit: afilini: ACK d335f9f Tree-SHA512: 9e80b8a66f5f6e682eb0725f0335e8d0d6e920188914434424c6b367a4cdba065cf8e6925eabf9dc977b84b54c9000e440fdfa2f2d9fb7b4bff5fd3f68230622
2 parents 0f13259 + d335f9f commit 8a40af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ 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+
# base64 versions after 0.21.0 have MSRV 1.60.0
32+
base64 = "=0.21.0"
3133
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
3234
zip = "=0.6.3"
3335
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0

0 commit comments

Comments
 (0)