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
@@ -17,5 +17,5 @@ num-impls = ["num-bigint", "num-complex", "num-rational"]
num-rational = ["num/rational"]
[dependencies]
clippy = { version = "^0.0.35", optional = true }
clippy = { version = "^0.0.36", optional = true }
num = { version = "^0.1.27", default-features = false }