]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge 'rust-clippy/master' into clippyup
[rust.git] / Cargo.toml
index dd6518d5241b5fad11f356ae2fa089f3218a109e..373e720b0d5c07024e2d253cb8191bfcb54c01eb 100644 (file)
@@ -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"] }