From f0aa2aa9f4990c06b5cbda3de7569f258a6b3efc Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 29 Apr 2020 16:21:03 +1200 Subject: [PATCH] add missing features for runtime-benchmarks --- frame/system/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frame/system/Cargo.toml b/frame/system/Cargo.toml index 210d3664ff6a1..0e90009a16690 100644 --- a/frame/system/Cargo.toml +++ b/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"