Skip to content

Commit

Permalink
remove kusama and polkadot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 28, 2023
1 parent 2e32cc0 commit b51b4b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ cumulus-primitives-utility = { path = "../../../../primitives/utility", default-
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false }
parachains-common = { path = "../../../common", default-features = false }
bridge-hub-common = { path = "../../bridge-hubs/common", default-features = false }

[dev-dependencies]
bridge-hub-test-utils = { path = "../test-utils" }
Expand Down Expand Up @@ -135,7 +134,6 @@ std = [
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
"bridge-hub-common/std",
]

runtime-benchmarks = [
Expand Down Expand Up @@ -163,7 +161,6 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
]

try-runtime = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ cumulus-primitives-utility = { path = "../../../../primitives/utility", default-
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false }
parachains-common = { path = "../../../common", default-features = false }
bridge-hub-common = { path = "../../bridge-hubs/common", default-features = false }

[dev-dependencies]
bridge-hub-test-utils = { path = "../test-utils" }
Expand Down Expand Up @@ -135,7 +134,6 @@ std = [
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
"bridge-hub-common/std",
]

runtime-benchmarks = [
Expand Down Expand Up @@ -163,7 +161,6 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
]

try-runtime = [
Expand Down

0 comments on commit b51b4b1

Please sign in to comment.