Skip to content

Commit

Permalink
Merge commit 'refs/pull/52/head' of github.com:bitcoindevkit/rust-ele…
Browse files Browse the repository at this point in the history
…ctrum-client
  • Loading branch information
afilini committed Mar 19, 2021
2 parents 7776ec0 + f30c37b commit d5766ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ pub use batch::Batch;
all(feature = "proxy", feature = "use-rustls")
))]
pub use client::*;
pub use config::{ConfigBuilder, Socks5Config};
pub use config::{Config, ConfigBuilder, Socks5Config};
pub use types::*;

0 comments on commit d5766ab

Please sign in to comment.