Skip to content

Commit

Permalink
Have docs.rs pass --all-features to ensure all features have docs built
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 6, 2024
1 parent 9b8b957 commit 10f48d2
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 @@ -93,3 +93,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h

[workspace]
members = [".", "examples/*"]

[package.metadata.docs.rs]
# Have docs.rs pass `--all-features` to ensure all features have their documentation built.
all-features = true

0 comments on commit 10f48d2

Please sign in to comment.