Merge pull request #203 from ethcore/clippy-version
Removed wildcard from clippy version
This commit is contained in:
commit
b4bfdf2fd3
@ -21,7 +21,7 @@ evmjit = { path = "rust-evmjit", optional = true }
|
||||
ethash = { path = "ethash" }
|
||||
num_cpus = "0.2"
|
||||
ctrlc = "1.0"
|
||||
clippy = "*" # Always newest, since we use nightly
|
||||
clippy = "0.0.37"
|
||||
|
||||
[features]
|
||||
jit = ["evmjit"]
|
||||
|
Loading…
Reference in New Issue
Block a user