From 75e7090cc0384f527c2387947f3ccd34e960d45e Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 5 Sep 2020 11:51:15 -0700 Subject: [PATCH] Mirror the features used on docs.rs on the playground (#116) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 147b7bd..12951c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,9 @@ experimental_write_impl = [] features = ["alloc", "grab_spare_slice", "rustc_1_40", "serde"] rustdoc-args = ["--cfg","docs_rs"] +[package.metadata.playground] +features = ["alloc", "grab_spare_slice", "rustc_1_40", "serde"] + [profile.test] opt-level = 3