From 80f58e6b1184633c414b616f7bae198228942da7 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Wed, 2 Sep 2026 03:04:38 +0300 Subject: [PATCH] finally make feature to represent runtime Signed-off-by: Uncle Stinky --- service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Cargo.toml b/service/Cargo.toml index 353837a..6a2425f 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -106,7 +106,7 @@ tempfile = { workspace = true } [features] default = ["db", "full-node"] db = ["sc-service/rocksdb"] -full-node = ["kvdb-rocksdb", "parity-db"] +full-node = ["kvdb-rocksdb", "parity-db", "casper-native"] runtime-benchmarks = [ "frame-benchmarking-cli/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks",