Now that cargo publish supports the --workspace flag, it would be helpful if cargo-hack interoperated with the publish command and supported calling it with --dry-run to run verification on the feature powerset for the crates in the repo.
Today the cargo-hack command will only call individual crates with cargo publish rather than the workspace in one call, but with different features enabled.
Now that
cargo publishsupports the--workspaceflag, it would be helpful if cargo-hack interoperated with the publish command and supported calling it with--dry-runto run verification on the feature powerset for the crates in the repo.Today the
cargo-hackcommand will only call individual crates withcargo publishrather than the workspace in one call, but with different features enabled.