Skip to content

Commit c27fdfb

Browse files
Skip optional dependency cartesian product
1 parent 09c7365 commit c27fdfb

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
@@ -67,3 +67,6 @@ panic = 'abort'
6767
lto = "fat"
6868
# One code-gen unit so we get a highly optimized binary
6969
codegen-units = 1
70+
71+
[package.metadata.cargo-all-features]
72+
skip_optional_dependencies = true

0 commit comments

Comments
 (0)