feat(cargo): Rustup to latest nightly

This commit is contained in:
Erick Tryzelaar
2016-02-18 09:27:41 -08:00
parent fd5ab8c5c8
commit f6a66a5537
6 changed files with 24 additions and 24 deletions
+5 -5
View File
@@ -14,18 +14,18 @@ build = "build.rs"
nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"]
[build-dependencies]
syntex = { version = "^0.28.0" }
syntex_syntax = { version = "^0.28.0" }
serde_codegen = { version = "^0.6.13", path = "../serde_codegen", features = ["with-syntex"] }
syntex = { version = "^0.29.0" }
syntex_syntax = { version = "^0.29.0" }
serde_codegen = { version = "^0.6.14", path = "../serde_codegen", features = ["with-syntex"] }
[dev-dependencies]
num = "^0.1.26"
rustc-serialize = "^0.3.16"
serde = { version = "*", path = "../serde", features = ["num-impls"] }
syntex = "^0.28.0"
syntex = "^0.29.0"
[dependencies]
clippy = { version = "^0.0.41", optional = true }
clippy = { version = "^0.*", optional = true }
[[test]]
name = "test"