Skip to content

Commit

Permalink
Enable all-features = true on docs.rs (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Mar 17, 2024
1 parent ae9435d commit 58fad75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ zeroize = { version = "1.7", optional = true }
[features]
std = []
extra-sizes = []

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 58fad75

Please sign in to comment.