Reverting clippy wildcard

This commit is contained in:
Tomusdrw 2016-01-23 10:42:25 +01:00
parent e27d628e75
commit 58bda2209c

View File

@ -21,7 +21,7 @@ evmjit = { path = "rust-evmjit", optional = true }
ethash = { path = "ethash" }
num_cpus = "0.2"
ctrlc = "1.0"
clippy = "0.0.37" # Always newest, since we use nightly
clippy = "*" # Always newest, since we use nightly
[features]
jit = ["evmjit"]