0.6.0
-
Add
--no-private
flag to excludepublish = false
crates.This flag is more powerful than
--ignore-private
flag, because this also prevents private crates from affecting lockfile and metadata. -
Restore
Cargo.lock
after run to match behavior with cargo-minimal-versions and cargo-no-dev-deps, when--no-dev-deps
,--remove-dev-deps
, or--no-private
is used.