Fix bin-substrate toml (#3939)

This commit is contained in:
Liu-Cheng Xu
2021-09-27 14:05:06 +08:00
committed by GitHub
parent 724a1b4885
commit 7f2fab263b
@@ -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" }