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
+3 -3
View File
@@ -21,12 +21,12 @@ with-syntex = [
with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
clippy = { version = "0.*", optional = true }
quote = "0.3.8"
serde_codegen_internals = { version = "=0.11.3", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.54.0", optional = true }
syntex_syntax = { version = "^0.54.0", optional = true }
syntex = { version = "0.54", optional = true }
syntex_syntax = { version = "0.54", optional = true }
[badges]
travis-ci = { repository = "serde-rs/serde" }