From 7068ba68f2ac86977023bfea54d25011314b3bbf Mon Sep 17 00:00:00 2001 From: Diego Date: Tue, 24 Dec 2024 10:51:06 -0300 Subject: [PATCH] Fix merge issues --- primitives/xcm-commons/Cargo.toml | 2 -- runtime/dancebox/Cargo.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/primitives/xcm-commons/Cargo.toml b/primitives/xcm-commons/Cargo.toml index a3cc95642..20e983340 100644 --- a/primitives/xcm-commons/Cargo.toml +++ b/primitives/xcm-commons/Cargo.toml @@ -21,8 +21,6 @@ default = [ ] std = [ "frame-support/std", - "frame-support/std", - "log/std", "log/std", "staging-xcm/std", ] diff --git a/runtime/dancebox/Cargo.toml b/runtime/dancebox/Cargo.toml index 1fb858a51..6fcd53a5d 100644 --- a/runtime/dancebox/Cargo.toml +++ b/runtime/dancebox/Cargo.toml @@ -273,8 +273,6 @@ std = [ "tp-author-noting-inherent/std", "tp-traits/std", "tp-xcm-commons/std", - "tp-xcm-commons/std", - "tp-xcm-core-buyer/std", "tp-xcm-core-buyer/std", "westend-runtime-constants/std", "westend-runtime/std",