Component is now behind insecure-tcp feature flag
This commit is contained in:
parent
16a78d3bb5
commit
9f4af1625d
4 changed files with 11 additions and 19 deletions
|
|
@ -53,7 +53,10 @@ pub mod connect;
|
|||
pub mod proto;
|
||||
|
||||
pub use client::async_client::Client;
|
||||
|
||||
#[cfg(feature = "insecure-tcp")]
|
||||
mod component;
|
||||
#[cfg(feature = "insecure-tcp")]
|
||||
pub use crate::component::Component;
|
||||
/// Detailed error types
|
||||
pub mod error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue