Skip to content

Commit

Permalink
Add Rust Playground metadata (#445)
Browse files Browse the repository at this point in the history
derive_more is being pulled into the playground due to being a
dependency of some other crate in the top 100 crates, probably
<https://docs.rs/selectors>.

This adds metadata so that it gets installed with all features once
selectors updates to derive_more 2.0
  • Loading branch information
JelteF authored Feb 3, 2025
1 parent d6c3315 commit 5afbaa1
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 @@ -44,6 +44,9 @@ github = { repository = "JelteF/derive_more", workflow = "CI" }
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
features = ["full", "std"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(ci)", "cfg(nightly)"] }

Expand Down

0 comments on commit 5afbaa1

Please sign in to comment.