Skip to content

cargo-nextest 0.9.62

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 03:57
· 437 commits to main since this release

Added

  • If you create a symlink manually named cargo-ntr and pointing to cargo-nextest, you can now
    shorten cargo nextest run to cargo ntr. In the future, this symlink will be automatically
    created at install time.

Changed

  • Deprecated test name filters passed in before --. For example, cargo nextest run my_test is deprecated; use cargo nextest run -- my_test instead. See #1109 for motivation and more information.
  • x86_64-unknown-linux-gnu builds are now performed using cargo zigbuild. The minimum glibc version remains unchanged at 2.27. Please file a bug report if you encounter any issues with this change.

Fixed

  • Fixed crashes under some Cargo edge cases, e.g. #1090.