Merge pull request #1259 from ethcore/clippy-bump

Clippy bump
This commit is contained in:
Arkadiy Paronyan
2016-06-13 11:57:07 +02:00
committed by GitHub
9 changed files with 19 additions and 24 deletions

View File

@@ -23,7 +23,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.71", optional = true}
clippy = { version = "0.0.76", optional = true}
json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
[build-dependencies]