Bumping clippy version

This commit is contained in:
Tomasz Drwięga
2016-06-03 11:15:38 +02:00
parent 81d8dafd9e
commit ae2deaaf72
9 changed files with 31 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ ethcore-util = { path = "../util" }
evmjit = { path = "../evmjit", optional = true }
ethash = { path = "../ethash" }
num_cpus = "0.2"
clippy = { version = "0.0.69", optional = true}
clippy = { version = "0.0.71", optional = true}
crossbeam = "0.2.9"
lazy_static = "0.1"
ethcore-devtools = { path = "../devtools" }