From 58607d1a05ddfb45faa6525625d4a91313f8c94e Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Wed, 5 Oct 2022 10:43:08 +0300 Subject: [PATCH] fix compilation --- Cargo.lock | 2 ++ relays/bin-substrate/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index e8c61c91b47d..471690f45424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11588,6 +11588,8 @@ dependencies = [ "anyhow", "async-std", "async-trait", + "bp-bridge-hub-rococo", + "bp-bridge-hub-wococo", "bp-header-chain", "bp-messages", "bp-millau", diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index 7c8351060ab4..9eab146c0b6d 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -21,6 +21,8 @@ strum = { version = "0.21.0", features = ["derive"] } # Bridge dependencies +bp-bridge-hub-rococo = { path = "../../primitives/chain-bridge-hub-rococo" } +bp-bridge-hub-wococo = { path = "../../primitives/chain-bridge-hub-wococo" } bp-header-chain = { path = "../../primitives/header-chain" } bp-messages = { path = "../../primitives/messages" } bp-millau = { path = "../../primitives/chain-millau" }