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.
client::*
1 parent 3502a5c commit 5a5fdcaCopy full SHA for 5a5fdca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "electrum-client"
3
-version = "0.2.0-beta.2"
+version = "0.2.0-beta.3"
4
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
5
license = "MIT"
6
homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"
src/lib.rs
@@ -53,5 +53,9 @@ mod types;
53
54
pub use api::ElectrumApi;
55
pub use batch::Batch;
56
+#[cfg(any(
57
+ all(feature = "proxy", feature = "use-openssl"),
58
+ all(feature = "proxy", feature = "use-rustls")
59
+))]
60
pub use client::*;
61
pub use types::*;
0 commit comments