Skip to content

Commit 7281dc8

Browse files
Unpin base64
base64 lowered the MSRV to 1.57.0 in version 0.21.2
1 parent d335f9f commit 7281dc8

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)