Reverting clippy wildcard
This commit is contained in:
parent
e27d628e75
commit
58bda2209c
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user