Bumping clippy & crossbeam

This commit is contained in:
Tomasz Drwięga
2016-05-17 09:33:01 +02:00
parent 00ae3cf218
commit 9b9ea93ff7
9 changed files with 18 additions and 23 deletions

View File

@@ -22,8 +22,8 @@ ethcore-util = { path = "../util" }
evmjit = { path = "../evmjit", optional = true }
ethash = { path = "../ethash" }
num_cpus = "0.2"
clippy = { version = "0.0.64", optional = true}
crossbeam = "0.1.5"
clippy = { version = "0.0.67", optional = true}
crossbeam = "0.2.9"
lazy_static = "0.1"
ethcore-devtools = { path = "../devtools" }
ethjson = { path = "../json" }