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

@@ -22,7 +22,7 @@ elastic-array = { git = "https://github.com/ethcore/elastic-array" }
heapsize = { version = "0.3", features = ["unstable"] }
itertools = "0.4"
sha3 = { path = "sha3" }
clippy = { version = "0.0.82", optional = true}
clippy = { version = "0.0.85", optional = true}
ethcore-devtools = { path = "../devtools" }
libc = "0.2.7"
vergen = "0.1"

View File

@@ -14,7 +14,7 @@ time = "0.1.34"
tiny-keccak = "1.0"
rust-crypto = "0.2.34"
slab = "0.2"
clippy = { version = "0.0.79", optional = true}
clippy = { version = "0.0.85", optional = true}
igd = "0.5.0"
libc = "0.2.7"
parking_lot = "0.2.6"