Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
cargo release
by adding help
feature to clap
dependency
since `cargo build` seems ignore `default-features` on the workspace level and enables default features for inherited dependencies. `cargo release` OTOH seems to behave correctly and does not ignore `default-features` on the workspace level and the build fails due to `Command::help_template` is hidden behind the `help` feature.
- Loading branch information