X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=e1b15cc49da4ca9331764abe68f22580d8142bfb;hb=3006c7cd4fdf1f72d2b3707d63be4198f4e76781;hp=5e960fdbcf1189504a85270d7c3e53b43d87ff7c;hpb=78dc616a7ae9815ea6bacccbb3aa40d27ed5eb6c;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 5e960fdbcf1..e1b15cc49da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.65" +version = "0.1.68" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -23,7 +23,7 @@ path = "src/driver.rs" [dependencies] clippy_lints = { path = "clippy_lints" } semver = "1.0" -rustc_tools_util = { path = "rustc_tools_util" } +rustc_tools_util = "0.3.0" tempfile = { version = "3.2", optional = true } termize = "0.1" @@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] } rustc-semver = "1.1" [build-dependencies] -rustc_tools_util = { version = "0.2", path = "rustc_tools_util" } +rustc_tools_util = "0.3.0" [features] deny-warnings = ["clippy_lints/deny-warnings"]