Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 16:40
· 282 commits to main since this release
  • Add --no-private flag to exclude publish = 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.