]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dummy/Cargo.toml
Document string_lit_as_bytes known problems
[rust.git] / clippy_dummy / Cargo.toml
index b9e3aa3bcdc595565f002dd22710ac91b66156d0..7b11795fafdc511e6e79e6cbffb9e155bea5901f 100644 (file)
@@ -1,17 +1,17 @@
 [package]
 name = "clippy_dummy" # rename to clippy before publishing
-version = "0.0.301"
+version = "0.0.303"
 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
 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 = "MPL-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.6"