Change dependency name "node-template-runtime" -> "runtime" (#3910)

This commit is contained in:
Joshy Orndorff
2019-10-25 00:25:33 -04:00
committed by Bastian Köcher
parent d49c36428d
commit 44696f46c3
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ grandpa = { package = "substrate-finality-grandpa", path = "../core/finality-gra
grandpa-primitives = { package = "substrate-finality-grandpa-primitives", path = "../core/finality-grandpa/primitives" }
substrate-client = { path = "../core/client" }
basic-authorship = { package = "substrate-basic-authorship", path = "../core/basic-authorship" }
node-template-runtime = { path = "runtime" }
runtime = { package = "node-template-runtime", path = "runtime" }
[build-dependencies]
vergen = "3.0.4"