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:
parent
df0e6ae8f6
commit
a5e2796931
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue