Skip to content

Commit ff88a70

Browse files
Merge #50: Unpin base64
7281dc8 Unpin base64 (Daniela Brozzoni) Pull request description: base64 lowered the MSRV to 1.57.0 in version 0.21.2 ACKs for top commit: evanlinjin: ACK 7281dc8 Tree-SHA512: 2b672de53ff82f7f09e7e18e42a60a2b0e4692db4c77b66b15528c5fe59e2c04bde74e37b31f993e87e2304907a1425240f89da4bbc1ce4fb593cc08430aa4a6
2 parents 8a40af7 + 7281dc8 commit ff88a70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)