Cargo Features
[dependencies]
cumulus-primitives-timestamp = { version = "0.16.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevercumulus-primitives-timestamp
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cumulus-primitives-core, sp-inherents, and sp-timestamp
cumulus-primitives-timestamp has 2 features without comments.