]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Support `ExprType` (type ascription) comparison
[rust.git] / Cargo.toml
index 5dc1363f3f5337d4e7bde53cfe47f52eb129352a..61349cd0490cdfea5527d72a62cd90e65062587b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.77"
+version = "0.0.92"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,15 +25,16 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.77", path = "clippy_lints" }
+clippy_lints = { version = "0.0.92", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
-compiletest_rs = "0.2.0"
+compiletest_rs = "0.2.1"
 lazy_static = "0.1.15"
 regex = "0.1.71"
 rustc-serialize = "0.3"
 clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
+serde = "0.7"
 
 
 [features]