Clean up dependency declarations

This commit is contained in:
David Tolnay
2017-01-25 14:54:32 -08:00
parent 5d9c1aeb06
commit 4c77af53e5
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
unstable-testing = ["clippy"]
[dependencies]
clippy = { version = "^0.*", optional = true }
clippy = { version = "0.*", optional = true }
syn = "0.10"
[badges]