Skip to content

Commit 2bf9708

Browse files
committed
Enabled 'serde' feature on playground
1 parent 6f4069d commit 2bf9708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ serde = { version = "1.0.194", optional = true, default-features = false }
2121
[lib]
2222
doc-scrape-examples = false
2323

24+
[package.metadata.playground]
25+
features = ["serde"]
26+
2427
[package.metadata.docs.rs]
2528
targets = ["x86_64-unknown-linux-gnu"]
2629
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)