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

@@ -18,7 +18,7 @@ ethcore-util = { path = "../util" }
evmjit = { path = "../evmjit", optional = true }
ethash = { path = "../ethash" }
num_cpus = "0.2"
clippy = "0.0.41"
clippy = "0.0.42"
crossbeam = "0.1.5"
lazy_static = "0.1"