github nextest-rs/nextest nextest-metadata-0.14.0
nextest-metadata 0.14.0

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
5 months ago

Added

  • A new build_directory field on RustBuildMetaSummary. When Cargo's build.build-dir is configured, the build directory (for intermediate artifacts) differs from the target directory. This is None when parsing metadata from older nextest versions, in which case consumers should treat it as equal to target_directory.
  • A new build_script_info field on RustBuildMetaSummary, keyed by package ID. This is None when parsing metadata from older nextest versions.
    • The values of this map are BuildScriptInfoSummary structs, which currently contain an envs field consisting of environment variables set by cargo::rustc-env directives.

Changed

  • base_output_directories, build_script_out_dirs, and linked_paths are now documented as relative to the build directory rather than the target directory.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.