]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use ..= in the suggestion
[rust.git] / Cargo.toml
index 8ca2e988c882faf4fbdd51bc7883ef0a73e1d3e5..80ea4188c3a1592740550e920291277866818bad 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.121"
+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"
@@ -27,20 +27,24 @@ test = false
 [[bin]]
 name = "cargo-clippy"
 test = false
+path = "src/main.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.121", path = "clippy_lints" }
+clippy_lints = { version = "0.0.164", path = "clippy_lints" }
 # end automatic update
-cargo_metadata = "0.1.1"
+cargo_metadata = "0.2"
 
 [dev-dependencies]
-compiletest_rs = "0.2.5"
-lazy_static = "0.1.15"
+compiletest_rs = "0.2.7"
+duct = "0.8.2"
+lazy_static = "0.2"
 regex = "0.2"
-serde_derive = "0.9.1"
+serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
-serde = "0.9.1"
+serde = "1.0"
 
 [features]
 debugging = []
+
+[workspace]