Skip to content

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

0.2.13

15 Jul 08:52
Compare
Choose a tag to compare
  • Distribute prebuilt binary for x86_64 illumos.

  • Always exit with 1 on SIGINT/SIGTERM/SIGHUP. Previously, it sometimes exited with 0, but this sometimes worked badly with CI systems that attempted to terminate processes in SIGINT during resource usage problems.

0.2.12

10 Mar 06:08
Compare
Choose a tag to compare

0.2.11

10 Feb 14:30
Compare
Choose a tag to compare
  • Update toml_edit to 0.22.

0.2.10

24 Jan 15:22
Compare
Choose a tag to compare
  • Fix "No such file or directory" error when --no-private flag is used with the workspace that the members field contains glob.

0.2.9

16 Dec 12:53
Compare
Choose a tag to compare
  • Remove dependency on is-terminal.

0.2.8

05 Dec 13:42
Compare
Choose a tag to compare
  • Update toml_edit to 0.21.

0.2.7

11 Sep 17:40
Compare
Choose a tag to compare
  • Remove dependency on slab, shell-escape, and fs-err.

0.2.6

10 Sep 03:50
Compare
Choose a tag to compare
  • Fix regression on --no-private flag with virtual workspace, introduced in 0.2.5.

0.2.5

09 Sep 12:15
Compare
Choose a tag to compare
  • Improve support for very old Cargo (pre-1.39).

  • Remove dependency on cargo_metadata.

0.2.4

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