diff --git a/Cargo.toml b/Cargo.toml index e342e413e7..5dc4ea7d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -210,7 +210,7 @@ std = [ "fp-storage/std", "frame-benchmarking/std", "frame-system/std", - # "frame-system-benchmarking/std", + "futures/std", "futures/std", "getrandom/std", @@ -252,7 +252,7 @@ runtime-benchmarks = [ "frame-benchmarking-cli/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", -# "frame-system/runtime-benchmarks", + # "frame-system/runtime-benchmarks", "pallet-anchors/runtime-benchmarks", "pallet-ethereum/runtime-benchmarks", "pallet-evm/runtime-benchmarks", diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index e7d2453646..1ce5bbbe50 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -162,7 +162,7 @@ std = [ "frame-benchmarking/std", "frame-executive/std", "frame-support/std", - # "frame-system-benchmarking/std", + "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime/std", diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index 82b7c829a3..ff9040e52a 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -167,7 +167,7 @@ std = [ "frame-benchmarking/std", "frame-executive/std", "frame-support/std", - # "frame-system-benchmarking/std", + "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime/std", diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 03525aa7c6..6eb25b893e 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -179,7 +179,7 @@ std = [ "frame-benchmarking/std", "frame-executive/std", "frame-support/std", - # "frame-system-benchmarking/std", + "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime/std",