fix(cargo): Bump clippy version

This commit is contained in:
Erick Tryzelaar
2016-01-18 13:00:21 -08:00
parent 8df841f048
commit 8087b7cec6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ serde = { version = "*", path = "../serde", features = ["num-impls"] }
syntex = "^0.26.0"
[dependencies]
clippy = { version = "^0.0.35", optional = true }
clippy = { version = "^0.0.36", optional = true }
[[test]]
name = "test"