We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad952c commit 8af8426Copy full SHA for 8af8426
pallets/api-vnext/Cargo.toml
@@ -28,6 +28,7 @@ runtime-benchmarks = [
28
"frame-support/runtime-benchmarks",
29
"frame-system/runtime-benchmarks",
30
"pallet-assets/runtime-benchmarks",
31
+ "pallet-revive/runtime-benchmarks",
32
]
33
std = [
34
"frame-support/std",
runtime/devnet/Cargo.toml
@@ -200,6 +200,7 @@ runtime-benchmarks = [
200
201
"frame-system-benchmarking/runtime-benchmarks",
202
203
+ "pallet-api-vnext/runtime-benchmarks",
204
"pallet-api/runtime-benchmarks",
205
206
"pallet-balances/runtime-benchmarks",
0 commit comments