From 7f2fab263b70447d0a4e8bf77eca3c2ae12746c4 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Mon, 27 Sep 2021 14:05:06 +0800 Subject: [PATCH] Fix bin-substrate toml (#3939) --- polkadot/bridges/relays/bin-substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/bridges/relays/bin-substrate/Cargo.toml b/polkadot/bridges/relays/bin-substrate/Cargo.toml index 830f592ec4..99f56cc3be 100644 --- a/polkadot/bridges/relays/bin-substrate/Cargo.toml +++ b/polkadot/bridges/relays/bin-substrate/Cargo.toml @@ -32,7 +32,7 @@ bp-wococo = { path = "../../primitives/chain-wococo" } bp-runtime = { path = "../../primitives/runtime" } bp-westend = { path = "../../primitives/chain-westend" } bridge-runtime-common = { path = "../../bin/runtime-common" } -finality-grandpa = { version = "0.14.1", } +finality-grandpa = "0.14.1" finality-relay = { path = "../finality" } headers-relay = { path = "../headers" } messages-relay = { path = "../messages" }