Bumping clippy version

This commit is contained in:
Tomasz Drwięga
2016-03-11 10:35:26 +01:00
parent a207b6a17e
commit 3a4a7ac822
6 changed files with 5 additions and 6 deletions

View File

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