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"]