Skip to content

Commit 006f740

Browse files
committed
fix
1 parent ba4d91a commit 006f740

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xtokens/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sp-runtime = { workspace = true }
2121
sp-std = { workspace = true }
2222

2323
# polkadot
24+
parachains-common = { workspace = true, optional = true }
2425
pallet-xcm = { workspace = true }
2526
xcm = { workspace = true }
2627
xcm-executor = { workspace = true }
@@ -38,7 +39,6 @@ pallet-message-queue = { workspace = true, features = ["std"] }
3839
# cumulus
3940
cumulus-pallet-xcm = { workspace = true, features = ["std"] }
4041
cumulus-primitives-core = { workspace = true, features = ["std"] }
41-
parachains-common = { workspace = true, features = ["std"] }
4242

4343
# polkadot
4444
polkadot-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 = [
7475
runtime-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

Comments
 (0)