somehow that was not set to the right path

This commit is contained in:
Nikolay Volf 2016-03-04 21:49:57 +03:00
parent 31127425ba
commit 8ff49c06dd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ authors = ["Ethcore <admin@ethcore.io"]
[dependencies]
ethcore-util = { path = "../util" }
ethcore = { path = ".." }
ethcore = { path = "../ethcore" }
clippy = { version = "0.0.44", optional = true }
log = "0.3"
env_logger = "0.3"