Skip to content

Commit

Permalink
Enabled 'serde' feature on playground
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Jan 19, 2025
1 parent 6f4069d commit 2bf9708
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 @@ -21,6 +21,9 @@ serde = { version = "1.0.194", optional = true, default-features = false }
[lib]
doc-scrape-examples = false

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

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

0 comments on commit 2bf9708

Please sign in to comment.