Bumping clippy

This commit is contained in:
Tomasz Drwięga
2016-03-12 09:59:57 +01:00
parent 1031ce641d
commit e10457d235
6 changed files with 11 additions and 11 deletions

View File

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