]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use ..= in the suggestion
[rust.git] / Cargo.toml
index a5c615e232c8ceb69c5d23638d64d16c5ec78191..80ea4188c3a1592740550e920291277866818bad 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.150"
+version = "0.0.164"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -9,15 +9,15 @@ authors = [
        "Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
 ]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
-repository = "https://github.com/Manishearth/rust-clippy"
+repository = "https://github.com/rust-lang-nursery/rust-clippy"
 readme = "README.md"
 license = "MPL-2.0"
 keywords = ["clippy", "lint", "plugin"]
 categories = ["development-tools", "development-tools::cargo-plugins"]
 
 [badges]
-travis-ci = { repository = "Manishearth/rust-clippy" }
-appveyor = { repository = "Manishearth/rust-clippy" }
+travis-ci = { repository = "rust-lang-nursery/rust-clippy" }
+appveyor = { repository = "rust-lang-nursery/rust-clippy" }
 
 [lib]
 name = "clippy"
@@ -31,7 +31,7 @@ path = "src/main.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.150", path = "clippy_lints" }
+clippy_lints = { version = "0.0.164", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"