Skip to content

cargo-nextest 0.9.94

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 20:14
· 181 commits to main since this release

Added

Official binaries are now available for aarch64-pc-windows-msvc (Windows on ARM). Installation instructions are available at Pre-built binaries under Other platforms.

Fixed

On Unix platforms, nextest will no longer attempt to set up input handling if it isn't in the foreground process group of the controlling terminal. This addresses a hang with commands like watchexec: these commands forward standard input to nextest (so is_terminal returns true), but do not give nextest full terminal control.

There are still some reports of watchexec hangs even with this change; we'll track them down and fix bugs as necessary.