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

@@ -18,7 +18,7 @@ ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
ethash = { path = "../ethash" }
ethsync = { path = "../sync" }
clippy = { version = "0.0.44", optional = true }
clippy = { version = "0.0.49", optional = true }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }