cargo: sync workspace members with dependencies (#4579)

* cargo: sync workspace members with dependencies

* Remove bridges stuff

* Fix

Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Florian Franzen
2022-01-13 11:11:34 +01:00
committed by GitHub
parent 5e308e3fee
commit 6da2fa35d6
+9
View File
@@ -34,12 +34,18 @@ members = [
"primitives/test-helpers",
"runtime/common",
"runtime/common/slot_range_helper",
"runtime/metrics",
"runtime/parachains",
"runtime/polkadot",
"runtime/polkadot/constants",
"runtime/kusama",
"runtime/kusama/constants",
"runtime/rococo",
"runtime/rococo/constants",
"runtime/westend",
"runtime/westend/constants",
"runtime/test-runtime",
"runtime/test-runtime/constants",
"statement-table",
"xcm",
"xcm/xcm-builder",
@@ -93,9 +99,12 @@ members = [
"node/test/performance-test",
"node/test/service",
"node/zombienet-backchannel",
"rpc",
"parachain",
"parachain/test-parachains",
"parachain/test-parachains/adder",
"parachain/test-parachains/adder/collator",
"parachain/test-parachains/halt",
"utils/staking-miner",
"utils/remote-ext-tests/bags-list",
"utils/generate-bags",