Skip to content

Commit 990cb71

Browse files
committed
Tell docs.rs to enable all features when building docs
1 parent a09f325 commit 990cb71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ categories = [ "embedded", "hardware-support" ]
1111
keywords = [ "temperature", "humidity", "sensor", "dht11", "dht22" ]
1212
edition = "2021"
1313

14+
[package.metadata.docs.rs]
15+
all-features = true
16+
1417
[features]
1518
default = []
1619
std = []

0 commit comments

Comments
 (0)