Skip to content

v0.15.1

Compare
Choose a tag to compare
@ipetkov ipetkov released this 30 Nov 22:51
· 117 commits to master since this release
v0.15.1
07c531a

0.15.1 - 2023-11-30

Changed

  • buildDepsOnly will now assume cargoTestExtraArgs = "--no-run"; if not
    specified (since there is no point to trying to run tests with the stripped
    sources). To get the old behavior back, set cargoTestExtraArgs = "";

Fixed

  • buildTrunkPackage's preConfigure script to fail quicker with a more
    obvious error message if dependencies at not appropriately met