Skip to content

v0.16.4

Compare
Choose a tag to compare
@ipetkov ipetkov released this 04 May 17:00
· 46 commits to master since this release
v0.16.4
9caad1e

0.16.4 - 2024-04-07

Added

  • Added a warning if an unsupported version of nixpkgs is used

Changed

  • cargoNextest now supports setting withLlvmCov which will automatically run
    cargo llvm-cov nextest. Note that withLlvmCov = true; is (currently) only
    supported when partitions = 1;

Fixed

  • inheritCargoArtifactsHook and installCargoArtifactsHook now correctly
    handle the case when CARGO_TARGET_DIR is set to a nested directory
  • Dependency vendoring now correctly takes unused patch dependencies into
    account