fix(rustup): Sync serde_macros with latest nightly, aster, and quasi

This commit is contained in:
Erick Tryzelaar
2015-12-08 09:41:57 -05:00
parent 1a8a11e924
commit b3b3b7d565
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ build = "build.rs"
[build-dependencies]
syntex = { version = "^0.22.0" }
syntex_syntax = { version = "^0.22.0" }
syntex_syntax = { version = "^0.23.0" }
serde_codegen = { version = "*", path = "../serde_codegen", features = ["with-syntex"] }
[dev-dependencies]