Fix typo in toml (#7431)

This commit is contained in:
Shawn Tabrizi
2020-10-27 11:52:56 +01:00
committed by GitHub
parent c13f0751d3
commit 21d1cd0c89
+1 -1
View File
@@ -86,7 +86,7 @@ directories = "2.0.2"
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
substrate-test-runtime = { versino = "2.0.0", path = "../../test-utils/runtime/" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime/" }
sp-consensus-babe = { version = "0.8.0", path = "../../primitives/consensus/babe" }
grandpa = { version = "0.8.0", package = "sc-finality-grandpa", path = "../finality-grandpa" }
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }