File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ description = "Fetch data from electrum in the form BDK accepts"
99license = " MIT OR Apache-2.0"
1010readme = " README.md"
1111
12- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13-
1412[dependencies ]
1513bdk_chain = { path = " ../chain" , version = " 0.17.0" }
16- electrum-client = { version = " 0.20" }
17- # rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }
14+ electrum-client = { version = " 0.21" , features = [" proxy" ], default-features = false }
1815
1916[dev-dependencies ]
2017bdk_testenv = { path = " ../testenv" , default-features = false }
18+
19+ [features ]
20+ default = [" use-rustls" ]
21+ use-rustls = [" electrum-client/use-rustls" ]
22+ use-rustls-ring = [" electrum-client/use-rustls-ring" ]
You can’t perform that action at this time.
0 commit comments