You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/electrum/Cargo.toml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,16 @@ description = "Fetch data from electrum in the form BDK accepts"
9
9
license = "MIT OR Apache-2.0"
10
10
readme = "README.md"
11
11
12
-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
-
14
12
[dependencies]
15
13
bdk_chain = { path = "../chain", version = "0.16.0" }
16
-
electrum-client = { version = "0.20" }
17
-
#rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }
14
+
# TODO: Switch the lines below once https://github.com/bitcoindevkit/rust-electrum-client/pull/135 is merged and a new version is released
0 commit comments