Skip to content

Commit

Permalink
Enable serde feature on playgrounds
Browse files Browse the repository at this point in the history
Playground metadata is explicitly inspired by docs.rs so looks very similar, was implemented at rust-lang/rust-playground#326
  • Loading branch information
masklinn committed Apr 4, 2024
1 parent ede3c47 commit 365f674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ tag-name = "{{version}}"

[package.metadata.docs.rs]
features = ["serde"]

[package.metadata.playground]
features = ["serde"]

0 comments on commit 365f674

Please sign in to comment.