diff --git a/Cargo.toml b/Cargo.toml index 9c17e90a1..8624cbd7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,8 +104,6 @@ tp-maths = { path = "primitives/maths", default-features = false } tp-traits = { path = "primitives/traits", default-features = false } tp-xcm-commons = { path = "primitives/xcm-commons", default-features = false } tp-xcm-core-buyer = { path = "primitives/xcm-core-buyer", default-features = false } -tp-xcm-commons = { path = "primitives/xcm-commons", default-features = false } -tp-xcm-core-buyer = { path = "primitives/xcm-core-buyer", default-features = false } # Dancekit (wasm) ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2409", default-features = false } diff --git a/primitives/xcm-commons/Cargo.toml b/primitives/xcm-commons/Cargo.toml index f98aa0ca4..a3cc95642 100644 --- a/primitives/xcm-commons/Cargo.toml +++ b/primitives/xcm-commons/Cargo.toml @@ -14,8 +14,6 @@ workspace = true frame-support = { workspace = true } log = { workspace = true } staging-xcm = { workspace = true } -frame-support = { workspace = true } -log = { workspace = true } [features] default = [ @@ -23,8 +21,8 @@ default = [ ] std = [ "frame-support/std", - "log/std", - "staging-xcm/std", "frame-support/std", "log/std", + "log/std", + "staging-xcm/std", ] diff --git a/runtime/dancebox/Cargo.toml b/runtime/dancebox/Cargo.toml index 3cff35967..1fb858a51 100644 --- a/runtime/dancebox/Cargo.toml +++ b/runtime/dancebox/Cargo.toml @@ -50,8 +50,6 @@ tanssi-relay-encoder = { workspace = true } tanssi-runtime-common = { workspace = true } tp-xcm-commons = { workspace = true } tp-xcm-core-buyer = { workspace = true } -tp-xcm-commons = { workspace = true } -tp-xcm-core-buyer = { workspace = true } # Moonkit async-backing-primitives = { workspace = true } @@ -275,9 +273,9 @@ std = [ "tp-author-noting-inherent/std", "tp-traits/std", "tp-xcm-commons/std", - "tp-xcm-core-buyer/std", "tp-xcm-commons/std", "tp-xcm-core-buyer/std", + "tp-xcm-core-buyer/std", "westend-runtime-constants/std", "westend-runtime/std", "xcm-primitives/std",