We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489b94a commit 122a33bCopy full SHA for 122a33b
1 file changed
cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml
@@ -123,6 +123,7 @@ default = ["std"]
123
runtime-benchmarks = [
124
"assets-common/runtime-benchmarks",
125
"bridge-hub-common/runtime-benchmarks",
126
+ "bridge-runtime-common/runtime-benchmarks",
127
"cumulus-pallet-parachain-system/runtime-benchmarks",
128
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
129
"cumulus-pallet-weight-reclaim/runtime-benchmarks",
@@ -216,6 +217,7 @@ std = [
216
217
"bp-runtime/std",
218
"bp-xcm-bridge/std",
219
"bridge-hub-common/std",
220
+ "bridge-runtime-common/std",
221
"codec/std",
222
"cumulus-pallet-aura-ext/std",
223
"cumulus-pallet-parachain-system/std",
0 commit comments