Bump clippy (#1982)

This commit is contained in:
Tomasz Drwięga
2016-08-23 10:10:19 +02:00
committed by Arkadiy Paronyan
parent 6cb439fbc8
commit f4826d1b2a
11 changed files with 22 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ ethcore-devtools = { path = "../devtools" }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }
clippy = { version = "0.0.82", optional = true}
clippy = { version = "0.0.85", optional = true}
json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
ethcore-ipc = { path = "../ipc/rpc" }