From 339b09002ba30821f53012d6c619c1434a7805c9 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Thu, 30 Apr 2020 21:55:18 +1200 Subject: [PATCH] add missing features for runtime-benchmarks (#5833) --- substrate/frame/system/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 210d3664ff..0e90009a16 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -39,7 +39,10 @@ std = [ "sp-runtime/std", "sp-version/std", ] -runtime-benchmarks = ["sp-runtime/runtime-benchmarks"] +runtime-benchmarks = [ + "sp-runtime/runtime-benchmarks", + "frame-support/runtime-benchmarks", +] [[bench]] name = "bench"