Skip to content

Commit d335f9f

Browse files
Pin base64 to 0.21.0 to keep the 1.57.0 MSRV
1 parent 0f13259 commit d335f9f

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)