Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 24, 2024
1 parent ef6a3e5 commit 99bbbc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
6 changes: 2 additions & 4 deletions primitives/xcm-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ workspace = true
frame-support = { workspace = true }
log = { workspace = true }
staging-xcm = { workspace = true }
frame-support = { workspace = true }
log = { workspace = true }

[features]
default = [
"std",
]
std = [
"frame-support/std",
"log/std",
"staging-xcm/std",
"frame-support/std",
"log/std",
"log/std",
"staging-xcm/std",
]
4 changes: 1 addition & 3 deletions runtime/dancebox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 99bbbc1

Please sign in to comment.