Closed faern closed 2 years ago
I realize we need to improve the CI. It's currently only doing cargo build && cargo test
. It does not test with any of the features enabled.
Seems to be a bug with cargo-all-features
on beta and nightly. But it works. It just tries an unnecessary amount of feature combinations. https://github.com/frewsxcv/cargo-all-features/issues/27
I realize that structopt pulls in clap 2.x. And in our main repo we use clap 3.x.. So this will allow us to cut the dependency tree a bit.. Also, a library should not depend on a crate used to create CLIs...
Fixes #25
This change is