X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dummy%2FCargo.toml;h=c206a1eb07b500a28c114936e7a27af2879cd3a0;hb=3bfe98d372fc4dacd12a7f0c06d44d72e2e96cd2;hp=6959de7ffee71dd00ea0a018a4fb35774bb31638;hpb=8af28840d2b493897a54eb9a21e155c09e38f10f;p=rust.git diff --git a/clippy_dummy/Cargo.toml b/clippy_dummy/Cargo.toml index 6959de7ffee..c206a1eb07b 100644 --- a/clippy_dummy/Cargo.toml +++ b/clippy_dummy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clippy_dummy" # rename to clippy before publishing version = "0.0.303" -authors = ["The Rust Clippy Developers"] edition = "2018" readme = "crates-readme.md" description = "A bunch of helpful lints to avoid common pitfalls in Rust." @@ -14,4 +13,4 @@ keywords = ["clippy", "lint", "plugin"] categories = ["development-tools", "development-tools::cargo-plugins"] [build-dependencies] -term = "0.6" +term = "0.7"