From f76d1ab10d126d17ac56a794a7709838079ac799 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Thu, 16 Jul 2015 09:59:38 -0400 Subject: [PATCH] Compile serde_macros tests with the nightly features --- serde_macros/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index ed66a91c..a566051d 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -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"] }