updated serde_tests deps

This commit is contained in:
debris
2016-02-14 03:43:37 +01:00
parent b63cc13f3a
commit e18416ac7f
+4 -4
View File
@@ -14,18 +14,18 @@ build = "build.rs"
nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"] nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"]
[build-dependencies] [build-dependencies]
syntex = { version = "^0.27.0" } syntex = { version = "^0.28.0" }
syntex_syntax = { version = "^0.27.0" } syntex_syntax = { version = "^0.28.0" }
serde_codegen = { version = "^0.6.12", path = "../serde_codegen", features = ["with-syntex"] } serde_codegen = { version = "^0.6.12", path = "../serde_codegen", features = ["with-syntex"] }
[dev-dependencies] [dev-dependencies]
num = "^0.1.26" num = "^0.1.26"
rustc-serialize = "^0.3.16" rustc-serialize = "^0.3.16"
serde = { version = "*", path = "../serde", features = ["num-impls"] } serde = { version = "*", path = "../serde", features = ["num-impls"] }
syntex = "^0.27.0" syntex = "^0.28.0"
[dependencies] [dependencies]
clippy = { version = "^0.0.39", optional = true } clippy = { version = "^0.0.41", optional = true }
[[test]] [[test]]
name = "test" name = "test"