Skip to content

Commit d6637c3

Browse files
Fix problems in Cargo.toml files
1 parent dfc2950 commit d6637c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ pallet-vesting.workspace = true
8787
pallet-whitelist.workspace = true
8888
pallet-xcm.workspace = true
8989
pallet-xcm-benchmarks = { optional = true, workspace = true }
90-
pallet-xcm-precompiles = { workspace = true }
9190
pallet-xcm-bridge-hub-router.workspace = true
91+
pallet-xcm-precompiles = { workspace = true }
9292
parachain-info.workspace = true
9393
parachains-common.workspace = true
9494
polkadot-parachain-primitives.workspace = true

polkadot/xcm/pallet-xcm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ frame-support.workspace = true
1919
frame-system.workspace = true
2020
hex-literal = { workspace = true, default-features = false }
2121
pallet-balances = { optional = true, workspace = true }
22-
pallet-timestamp.workspace = true
2322
scale-info = { features = ["derive"], workspace = true }
2423
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
2524
sp-core.workspace = true

0 commit comments

Comments
 (0)