Skip to content

Commit 996664b

Browse files
authored
Tell docs.rs about the yaml feature
All the other features are either irrelevant, for nightly or already included by default so this should build with all features. https://github.com/onur/docs.rs/pull/73 Fixes clap-rs#73
1 parent e27a6ff commit 996664b

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
@@ -82,3 +82,6 @@ rpath = false
8282
lto = false
8383
debug-assertions = true
8484
codegen-units = 4
85+
86+
[package.metadata.docs.rs]
87+
features = ["yaml"]

0 commit comments

Comments
 (0)