From 452f81366870436634f72e2a187179e5a9ad9894 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 1 Feb 2024 14:44:46 +0100 Subject: [PATCH] Fix the workspace for the 999th time (#3169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Add three missing crates to the workspace claravanstaden are these two snowbridge crates supposed to go into the workspace? ✅ @alvicsam can you please make the `Check workspace` required? Signed-off-by: Oliver Tale-Yazdi --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 20cc16039f..a08c64a403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,9 @@ members = [ "bridges/primitives/xcm-bridge-hub", "bridges/primitives/xcm-bridge-hub-router", "bridges/snowbridge/parachain/pallets/ethereum-client", + "bridges/snowbridge/parachain/pallets/ethereum-client/fixtures", "bridges/snowbridge/parachain/pallets/inbound-queue", + "bridges/snowbridge/parachain/pallets/inbound-queue/fixtures", "bridges/snowbridge/parachain/pallets/outbound-queue", "bridges/snowbridge/parachain/pallets/outbound-queue/merkle-tree", "bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api", @@ -108,6 +110,7 @@ members = [ "cumulus/parachains/runtimes/bridge-hubs/common", "cumulus/parachains/runtimes/bridge-hubs/test-utils", "cumulus/parachains/runtimes/collectives/collectives-westend", + "cumulus/parachains/runtimes/constants", "cumulus/parachains/runtimes/contracts/contracts-rococo", "cumulus/parachains/runtimes/coretime/coretime-rococo", "cumulus/parachains/runtimes/coretime/coretime-westend",