finally make feature to represent runtime
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
parent
20c8b9f1b2
commit
80f58e6b11
@ -106,7 +106,7 @@ tempfile = { workspace = true }
|
|||||||
[features]
|
[features]
|
||||||
default = ["db", "full-node"]
|
default = ["db", "full-node"]
|
||||||
db = ["sc-service/rocksdb"]
|
db = ["sc-service/rocksdb"]
|
||||||
full-node = ["kvdb-rocksdb", "parity-db"]
|
full-node = ["kvdb-rocksdb", "parity-db", "casper-native"]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"frame-benchmarking-cli/runtime-benchmarks",
|
"frame-benchmarking-cli/runtime-benchmarks",
|
||||||
"frame-benchmarking/runtime-benchmarks",
|
"frame-benchmarking/runtime-benchmarks",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user