Skip to content

Releases: taiki-e/cargo-no-dev-deps

0.2.4

28 Aug 20:33
Compare
Choose a tag to compare
  • Fix bug in --no-private flag on Windows.

0.2.3

28 Jul 19:24
Compare
Choose a tag to compare
  • Update cargo_metadata to 0.17.

0.2.2

28 Feb 14:11
Compare
Choose a tag to compare
  • Fix compatibility with old cargo.

0.2.1

24 Jan 15:33
Compare
Choose a tag to compare
  • Update toml_edit to 0.18.

0.2.0

20 Jan 01:03
Compare
Choose a tag to compare
  • Add --no-private flag to exclude publish = false crates.

    This flag is more powerful than cargo-hack's --ignore-private flag, which also prevents private crate from affecting lockfile and metadata.

  • Restore Cargo.lock after run to match behavior with cargo-minimal-versions.

  • Documentation improvements.

0.1.0

11 Jan 12:44
Compare
Choose a tag to compare

Initial release