Added
-
Support for the
--configargument, stabilized in Rust 1.63. This option is used to configure
Cargo, not nextest. This argument is passed through to Cargo, and is also used by nextest to
determine e.g. the target runner for a platform.--configis also how Miri communicates with nextest. -
Target runners for cross-compilation now work with
build archives. Thanks Pascal
Kuthe for your first contribution!