Skip to content

cargo-nextest 0.9.124

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jan 23:37
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixed

The unsupported install mechanism, cargo install cargo-nextest without --locked, now fails with a helpful error message asking you to use cargo install --locked cargo-nextest.

Note that this unsupported method was broken with version 0.9.123 due to a dependency update, resulting in several issues being filed. We hope that the new mechanism results in clearer, more helpful guidance.