Exclude time utilities when not needed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
385fa01111
commit
5b60664eeb
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
pub mod client;
|
pub mod client;
|
||||||
pub mod primitives;
|
pub mod primitives;
|
||||||
|
|
||||||
|
#[cfg(feature = "crypto-wrapper")]
|
||||||
mod time_utils;
|
mod time_utils;
|
||||||
|
|
||||||
#[cfg(feature = "crypto-wrapper")]
|
#[cfg(feature = "crypto-wrapper")]
|
||||||
|
Loading…
Reference in New Issue
Block a user