Change docs and playground features so that it compiles

All features includes some things that are nightly only.

Fixes #373
This commit is contained in:
Brandon W Maister 2019-12-13 11:10:49 -08:00
parent df0e6ae8f6
commit a5e2796931
1 changed files with 2 additions and 2 deletions

View File

@ -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"