Releases: taiki-e/cargo-minimal-versions
Releases · taiki-e/cargo-minimal-versions
0.1.29
0.1.28
-
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.1.27
- Improve support for environments without rustup or nightly toolchain installed. Previously, an explicit
RUSTC_BOOTSTRAP=1
was required if rustc is not nightly but it is no longer required.
0.1.26
- Pin
ctrlc
to fix build error on macOS.
0.1.25
- Update
toml_edit
to 0.22.
0.1.24
- Fix "No such file or directory" error when
--no-private
flag is used with the workspace that themembers
field contains glob.
0.1.23
- Remove dependency on
is-terminal
.
0.1.22
- Update
toml_edit
to 0.21.
0.1.21
- Add
--direct
flag to use-Z direct-minimal-versions
instead of-Z minimal-versions
. (#25)