Skip to content

v0.19.1

Latest
Compare
Choose a tag to compare
@ipetkov ipetkov released this 12 Oct 23:45
· 2 commits to master since this release
v0.19.1
f876e3d

0.19.1 - 2024-10-12

Added

  • cargoDocTest is now available as an alternative to cargoTest which runs
    only doc tests.

Changed

  • buildDepsOnly now sets CRANE_BUILD_DEPS_ONLY as an environment variable
    when it runs. Build hooks can use this as a shortcut to determine whether
    running inside of a buildDepsOnly derivation in case they need to tailor
    their behavior accordingly.

Fixed

  • Vendoring dependencies avoids creating malformed TOML configurations in
    situations where registry name/url definitions cannot be found. When this
    happens a warning will be printed out during evaluation to highlight the
    issue.