Cargo Features
[dependencies]
sp-block-builder = { version = "34.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversp-block-builder
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sp-api, sp-inherents, and sp-runtime
sp-block-builder has 2 features without comments.