0.19.1 - 2024-10-12
Added
cargoDocTest
is now available as an alternative tocargoTest
which runs
only doc tests.
Changed
buildDepsOnly
now setsCRANE_BUILD_DEPS_ONLY
as an environment variable
when it runs. Build hooks can use this as a shortcut to determine whether
running inside of abuildDepsOnly
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.