Skip to content

Commit

Permalink
Merge pull request #86 from stepancheg/docs-rs-all-features
Browse files Browse the repository at this point in the history
All features for docs.rs
  • Loading branch information
Manishearth committed Apr 18, 2024
2 parents 0db2a24 + 3e77905 commit 5779c5e
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 @@ -12,6 +12,9 @@ categories = ["concurrency", "data-structures"]
std = []
default = ["serde", "stable_deref_trait", "std"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
serde = { version = "1.0", default-features = false, optional = true }
stable_deref_trait = { version = "1.1.1", default-features = false, optional = true }
Expand Down

0 comments on commit 5779c5e

Please sign in to comment.