From c56e5315023fc6f7e3dfdf843087b6a0dc52e801 Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Thu, 13 Jan 2022 11:11:34 +0100 Subject: [PATCH] cargo: sync workspace members with dependencies (#4579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cargo: sync workspace members with dependencies * Remove bridges stuff * Fix Co-authored-by: Bastian Köcher --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6de2cf746db6..43a6578bfb1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",