We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f13259 commit d335f9fCopy full SHA for d335f9f
Cargo.toml
@@ -28,6 +28,8 @@ tokio = { version = "1.20.1", features = ["full"] }
28
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
29
electrum-client = "0.12.0"
30
lazy_static = "1.4.0"
31
+# base64 versions after 0.21.0 have MSRV 1.60.0
32
+base64 = "=0.21.0"
33
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
34
zip = "=0.6.3"
35
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
0 commit comments