]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Fix deploy.sh III
[rust.git] / Cargo.toml
index 5dc1363f3f5337d4e7bde53cfe47f52eb129352a..9790937a30719af3fc952f8a460b0a89cbc88ed0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.77"
+version = "0.0.79"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.77", path = "clippy_lints" }
+clippy_lints = { version = "0.0.79", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
@@ -34,6 +34,7 @@ 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]