X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dummy%2FCargo.toml;h=c206a1eb07b500a28c114936e7a27af2879cd3a0;hb=3bfe98d372fc4dacd12a7f0c06d44d72e2e96cd2;hp=b53e89071cee06730bf76074da2e635b340b101f;hpb=1e0729d48a2c062042f9587bca8e9078bb8ef619;p=rust.git diff --git a/clippy_dummy/Cargo.toml b/clippy_dummy/Cargo.toml index b53e89071ce..c206a1eb07b 100644 --- a/clippy_dummy/Cargo.toml +++ b/clippy_dummy/Cargo.toml @@ -1,17 +1,16 @@ [package] -name = "clippy" # rename to clippy before publishing -version = "0.0.302" -authors = ["Manish Goregaokar "] +name = "clippy_dummy" # rename to clippy before publishing +version = "0.0.303" edition = "2018" readme = "crates-readme.md" description = "A bunch of helpful lints to avoid common pitfalls in Rust." build = 'build.rs' -repository = "https://github.com/rust-lang-nursery/rust-clippy" +repository = "https://github.com/rust-lang/rust-clippy" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["clippy", "lint", "plugin"] categories = ["development-tools", "development-tools::cargo-plugins"] [build-dependencies] -term = "0.5.1" +term = "0.7"