From a5e2796931e344e8cb5591e8e32ae0188945c2f9 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Fri, 13 Dec 2019 11:10:49 -0800 Subject: [PATCH] Change docs and playground features so that it compiles All features includes some things that are nightly only. Fixes #373 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00bad5c..881a450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,10 +55,10 @@ doc-comment = "0.3" wasm-bindgen-test = "0.2" [package.metadata.docs.rs] -all-features = true +features = ["serde"] [package.metadata.playground] -all-features = true +features = ["serde"] [[bench]] name = "chrono"