From 58bda2209c70783de13d5eee0c66078959bdbef5 Mon Sep 17 00:00:00 2001 From: Tomusdrw Date: Sat, 23 Jan 2016 10:42:25 +0100 Subject: [PATCH] Reverting clippy wildcard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8c92e0aa..714af5693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]