Skip to content

Releases: taiki-e/cargo-minimal-versions

0.1.29

05 Oct 05:27
Compare
Choose a tag to compare
  • Work around "lock file version 4 was found, but this version of Cargo does not understand this lock file" error related to the recent nightly Cargo change. (#31)

  • Disable quick-install fallback of cargo-binstall.

0.1.28

15 Jul 08:51
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.1.27

19 Mar 12:45
Compare
Choose a tag to compare
  • 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

10 Mar 06:10
Compare
Choose a tag to compare

0.1.25

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

0.1.24

24 Jan 15:21
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.1.23

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

0.1.22

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

0.1.21

27 Oct 15:13
Compare
Choose a tag to compare

0.1.20

22 Oct 10:19
Compare
Choose a tag to compare
  • Add --detach-path-deps flag to run minimal versions check with path fields removed from dependencies. (#4)