Releases: taiki-e/cargo-no-dev-deps
Releases · taiki-e/cargo-no-dev-deps
0.2.14
0.2.13
-
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
- Pin
ctrlc
to fix build error on macOS.
0.2.11
- Update
toml_edit
to 0.22.
0.2.10
- Fix "No such file or directory" error when
--no-private
flag is used with the workspace that themembers
field contains glob.
0.2.9
- Remove dependency on
is-terminal
.
0.2.8
- Update
toml_edit
to 0.21.
0.2.7
- Remove dependency on
slab
,shell-escape
, andfs-err
.
0.2.6
- Fix regression on
--no-private
flag with virtual workspace, introduced in 0.2.5.
0.2.5
-
Improve support for very old Cargo (pre-1.39).
-
Remove dependency on
cargo_metadata
.