Merge pull request #588 from ethcore/fix-build-master

fix build on nightly rust
This commit is contained in:
Arkadiy Paronyan 2016-03-04 19:57:45 +01:00
commit d398326049

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"