Skip to content

Commit

Permalink
Tell docs.rs to enable all features when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnos committed May 31, 2022
1 parent 63ad97b commit dbf5b36
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 @@ -11,6 +11,9 @@ categories = [ "embedded", "hardware-support", "no-std" ]
keywords = [ "air-quality", "embedded-hal", "sensor", "sen0177", "pmsa003i" ]
edition = "2018"

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

[features]
default = []
# Provides impl for std types like std::error::Error
Expand Down

0 comments on commit dbf5b36

Please sign in to comment.