Compile serde_macros tests with the nightly features

This commit is contained in:
Erick Tryzelaar
2015-07-16 09:59:38 -04:00
parent 45f552f006
commit f76d1ab10d
+3
View File
@@ -10,6 +10,9 @@ repository = "https://github.com/erickt/rust-serde"
name = "serde_macros"
plugin = true
[features]
default = ["serde/nightly"]
[dependencies]
serde_codegen = { version = "*", path = "../serde_codegen", default-features = false, features = ["nightly"] }