Added
- If you create a symlink manually named
cargo-ntrand pointing tocargo-nextest, you can now
shortencargo nextest runtocargo 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_testis deprecated; usecargo nextest run -- my_testinstead. See #1109 for motivation and more information. x86_64-unknown-linux-gnubuilds are now performed usingcargo 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.