@@ -21,6 +21,7 @@ sp-runtime = { workspace = true }
2121sp-std = { workspace = true }
2222
2323# polkadot
24+ parachains-common = { workspace = true , optional = true }
2425pallet-xcm = { workspace = true }
2526xcm = { workspace = true }
2627xcm-executor = { workspace = true }
@@ -38,7 +39,6 @@ pallet-message-queue = { workspace = true, features = ["std"] }
3839# cumulus
3940cumulus-pallet-xcm = { workspace = true , features = [" std" ] }
4041cumulus-primitives-core = { workspace = true , features = [" std" ] }
41- parachains-common = { workspace = true , features = [" std" ] }
4242
4343# polkadot
4444polkadot-parachain-primitives = { workspace = true , features = [" std" ] }
@@ -62,6 +62,7 @@ std = [
6262 " orml-traits/std" ,
6363 " orml-xcm-support/std" ,
6464 " pallet-xcm/std" ,
65+ " parachains-common/std" ,
6566 " parity-scale-codec/std" ,
6667 " scale-info/std" ,
6768 " serde" ,
@@ -74,8 +75,8 @@ std = [
7475runtime-benchmarks = [
7576 " frame-support/runtime-benchmarks" ,
7677 " frame-system/runtime-benchmarks" ,
77- " parachains-common/runtime-benchmarks" ,
7878 " pallet-xcm/runtime-benchmarks" ,
79+ " parachains-common/runtime-benchmarks" ,
7980 " sp-runtime/runtime-benchmarks" ,
8081 " xcm-executor/runtime-benchmarks" ,
8182 " xcm/runtime-benchmarks" ,
@@ -84,5 +85,6 @@ try-runtime = [
8485 " frame-support/try-runtime" ,
8586 " frame-system/try-runtime" ,
8687 " pallet-xcm/try-runtime" ,
88+ " parachains-common/try-runtime" ,
8789 " sp-runtime/try-runtime" ,
8890]
0 commit comments