github ipetkov/crane v0.23.2

4 hours ago

0.23.2 - 2026-03-23

Added

  • buildTrunkPackage can now process css assets with tailwind
    using rel="tailwind-css" in the index.html if tailwindcss is present and
    executable at build time (i.e. included as a nativeBuildInput).

Changed

  • Update crane-utils dependencies, namely depending on toml_edit@0.25 which
    now includes parsing support for TOML 1.1
  • cargoNextest now defaults to setting NEXTEST_SHOW_PROGRESS=counter unless
    otherwise specified (setting env.NEXTEST_SHOW_PROGRESS or passing in
    --show-progress=... will take precedence). This avoids progress bar
    (re)painting from resulting in garbled build logs

Fixed

  • findCargoFiles (and by extension mkDummySrc and vendorCargoDeps) will
    now always respect source filters, meaning any ignored Cargo.toml or
    .cargo/config.toml files will no longer be processed and included during
    processing.

Don't miss a new crane release

NewReleases is sending notifications on new releases.