X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=373e720b0d5c07024e2d253cb8191bfcb54c01eb;hb=4587b6628d1dff4a3c23ffcaadb7276d12f1e165;hp=dd6518d5241b5fad11f356ae2fa089f3218a109e;hpb=0155a630f0c61195c7f5bf5beae637abd98cc4b4;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index dd6518d5241..373e720b0d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.62" +version = "0.1.63" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -25,6 +25,7 @@ clippy_lints = { path = "clippy_lints" } semver = "1.0" rustc_tools_util = { path = "rustc_tools_util" } tempfile = { version = "3.2", optional = true } +termize = "0.1" [dev-dependencies] compiletest_rs = { version = "0.7.1", features = ["tmp"] }