Bumping clippy version Fixes #496

This commit is contained in:
Tomusdrw
2016-02-23 10:47:57 +01:00
parent 60a8b92e10
commit c2952b49b4
6 changed files with 12 additions and 12 deletions

View File

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