fix: feature gate, bincode
This commit is contained in:
@@ -7,6 +7,7 @@ pub mod helper;
|
||||
mod error;
|
||||
pub use error::ApiError;
|
||||
|
||||
#[cfg(feature = "bincode")]
|
||||
pub use bincode;
|
||||
|
||||
#[cfg(all(feature = "compio", feature = "tokio"))]
|
||||
|
||||
Reference in New Issue
Block a user