X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_lints%2FCargo.toml;h=38a87017635ba221e4916241082ead8127f4db62;hb=483b7ac918980c13482e09d9900dc8102b2f9927;hp=8246df01dd9cfcd84742f2b156af325eabb5850c;hpb=f26cf11fe88e1b5bb51d0bd7515941fe51d5739d;p=rust.git diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 8246df01dd9..38a87017635 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.63" +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" @@ -11,6 +11,7 @@ edition = "2021" [dependencies] cargo_metadata = "0.14" clippy_utils = { path = "../clippy_utils" } +declare_clippy_lint = { path = "../declare_clippy_lint" } if_chain = "1.0" itertools = "0.10.1" pulldown-cmark = { version = "0.9", default-features = false }