Added
- A new
build_directoryfield onRustBuildMetaSummary. When Cargo'sbuild.build-diris configured, the build directory (for intermediate artifacts) differs from the target directory. This isNonewhen parsing metadata from older nextest versions, in which case consumers should treat it as equal totarget_directory. - A new
build_script_infofield onRustBuildMetaSummary, keyed by package ID. This isNonewhen parsing metadata from older nextest versions.- The values of this map are
BuildScriptInfoSummarystructs, which currently contain anenvsfield consisting of environment variables set bycargo::rustc-envdirectives.
- The values of this map are
Changed
base_output_directories,build_script_out_dirs, andlinked_pathsare now documented as relative to the build directory rather than the target directory.