X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2FCargo.toml;h=5cc5530f874dd63e275f54d8832bf33ffd003e44;hb=01ffa5fa0ca0e25640e87bf0f7ab9b99e7c4a1f1;hp=e445889a58f77d7b4db6354b2ad7aa3c4a5a9e3f;hpb=c77f0a42d3de096aa0ebac4aa73449864f3afdfb;p=rust.git diff --git a/src/tools/clippy/Cargo.toml b/src/tools/clippy/Cargo.toml index e445889a58f..5cc5530f874 100644 --- a/src/tools/clippy/Cargo.toml +++ b/src/tools/clippy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.60" +version = "0.1.61" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -50,6 +50,7 @@ syn = { version = "1.0", features = ["full"] } futures = "0.3" parking_lot = "0.11.2" tokio = { version = "1", features = ["io-util"] } +num_cpus = "1.13" [build-dependencies] rustc_tools_util = { version = "0.2", path = "rustc_tools_util" }