Merge pull request #203 from ethcore/clippy-version

Removed wildcard from clippy version
This commit is contained in:
Gav Wood 2016-01-23 13:12:04 +01:00
commit b4bfdf2fd3
1 changed files with 1 additions and 1 deletions

View File

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