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
+2 -2
View File
@@ -25,7 +25,7 @@ collections = ["alloc"]
unstable-testing = ["clippy", "unstable", "std"]
[dependencies]
clippy = { version = "^0.*", optional = true }
clippy = { version = "0.*", optional = true }
[dev-dependencies]
serde_derive = "0.9.0-rc4"
serde_derive = "0.9"