Skip to content

Commit 28c8182

Browse files
authored
Configure docs.rs to build with all features (#91)
1 parent 6c5e33a commit 28c8182

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
@@ -14,6 +14,9 @@ license = "Apache-2.0"
1414
edition = "2021"
1515
rust-version = "1.70"
1616

17+
[package.metadata.docs.rs]
18+
all-features = true
19+
1720
[features]
1821
default = ["std"]
1922
std = []

0 commit comments

Comments
 (0)