fixed compiling with rustc 1.8.0-nightly (57c357d89 2016-02-16)

This commit is contained in:
debris
2016-02-18 14:36:59 +01:00
parent 50b6c6d4ad
commit ebe8e19cc0
9 changed files with 142 additions and 74 deletions

View File

@@ -10,7 +10,7 @@ authors = ["Ethcore <admin@ethcore.io"]
[dependencies]
ethcore-util = { path = "../util" }
ethcore = { path = ".." }
clippy = "0.0.41"
clippy = "0.0.42"
log = "0.3"
env_logger = "0.3"
time = "0.1.34"