diff --git a/src/lib.rs b/src/lib.rs index 3fdcfb9..ef3892e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,6 +9,3 @@ pub mod primitives; #[cfg(feature = "crypto-wrapper")] pub mod crypto_wrapper; - -#[cfg(feature = "crypto-wrapper")] -pub use bincode; \ No newline at end of file