diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index fd2312993b7e7..ad0380651dfc5 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -38,6 +38,7 @@ std = [ "scale-info/std", "sp-runtime/std", "sp-std/std", + "frame-benchmarking/runtime-benchmarks", ] runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"] try-runtime = ["frame-support/try-runtime"]