Skip to content

Commit

Permalink
cargo: sync workspace members with dependencies (paritytech#4579)
Browse files Browse the repository at this point in the history
* cargo: sync workspace members with dependencies

* Remove bridges stuff

* Fix

Co-authored-by: Bastian Köcher <info@kchr.de>
  • Loading branch information
2 people authored and Wizdave97 committed Feb 3, 2022
1 parent 5c81535 commit c56e531
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c56e531

Please sign in to comment.