Skip to content

Commit

Permalink
Merge pull request #832 from dtolnay-contrib/serde
Browse files Browse the repository at this point in the history
Compile with serde feature on Rust playground and docs.rs
  • Loading branch information
valenting committed Apr 17, 2023
2 parents 6385c81 + 0238feb commit 206d378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions url/Cargo.toml
Expand Up @@ -51,3 +51,9 @@ name = "debugger_visualizer"
path = "tests/debugger_visualizer.rs"
required-features = ["debugger_visualizer"]
test = false

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

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

0 comments on commit 206d378

Please sign in to comment.