cargo-minimal-versions

Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.

APACHE-2.0 License

Downloads
27K
Stars
46
Committers
2

Bot releases are visible (Hide)

cargo-minimal-versions - 0.1.28 Latest Release

Published by github-actions[bot] 3 months ago

  • 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.

cargo-minimal-versions - 0.1.27

Published by github-actions[bot] 7 months ago

  • 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.
cargo-minimal-versions - 0.1.26

Published by github-actions[bot] 8 months ago

cargo-minimal-versions - 0.1.25

Published by github-actions[bot] 8 months ago

  • Update toml_edit to 0.22.
cargo-minimal-versions - 0.1.24

Published by github-actions[bot] 9 months ago

  • Fix "No such file or directory" error when --no-private flag is used with the workspace that the members field contains glob.
cargo-minimal-versions - 0.1.23

Published by github-actions[bot] 10 months ago

  • Remove dependency on is-terminal.
cargo-minimal-versions - 0.1.22

Published by github-actions[bot] 11 months ago

  • Update toml_edit to 0.21.
cargo-minimal-versions - 0.1.21

Published by github-actions[bot] 12 months ago

cargo-minimal-versions - 0.1.20

Published by github-actions[bot] about 1 year ago

  • Add --detach-path-deps flag to run minimal versions check with path fields removed from dependencies. (#4)
cargo-minimal-versions - 0.1.19

Published by github-actions[bot] about 1 year ago

  • Remove dependency on slab, shell-escape, and fs-err.
cargo-minimal-versions - 0.1.18

Published by github-actions[bot] about 1 year ago

  • Fix regression on --no-private flag with virtual workspace, introduced in 0.1.17.
cargo-minimal-versions - 0.1.17

Published by github-actions[bot] about 1 year ago

  • Improve support for very old Cargo (pre-1.39).

  • Remove dependency on cargo_metadata.

cargo-minimal-versions - 0.1.16

Published by github-actions[bot] about 1 year ago

  • Fix bug in --ignore-private/--no-private flag on Windows.
cargo-minimal-versions - 0.1.15

Published by github-actions[bot] about 1 year ago

  • Improve the behavior of --ignore-private flag to prevent private crates from affecting lockfile and metadata.

    This fixes some false negatives.

  • Add --no-private flag as an alias of --ignore-private flag.

cargo-minimal-versions - 0.1.14

Published by github-actions[bot] about 1 year ago

  • Allow nightly to be specified by setting RUSTC_BOOTSTRAP=1, the same as for rustc and cargo.
cargo-minimal-versions - 0.1.13

Published by github-actions[bot] about 1 year ago

  • Update cargo_metadata to 0.17.
cargo-minimal-versions - 0.1.12

Published by github-actions[bot] over 1 year ago

  • Fix version detection with dev build

  • Update toml_edit to 0.19.

cargo-minimal-versions - 0.1.11

Published by github-actions[bot] over 1 year ago

  • Update toml_edit to 0.18.

  • Update lexopt to 0.3

cargo-minimal-versions - 0.1.10

Published by github-actions[bot] almost 2 years ago

  • Distribute prebuilt macOS universal binary.

  • Distribute prebuilt binary for x86_64 FreeBSD.

cargo-minimal-versions - 0.1.9

Published by github-actions[bot] almost 2 years ago

  • Update toml_edit to 0.16.
Package Rankings
Top 28.14% on Crates.io
Badges
Extracted from project README
crates.io license github actions