0.23.2 - 2026-03-23
Added
buildTrunkPackagecan now process css assets with tailwind
usingrel="tailwind-css"in the index.html iftailwindcssis present and
executable at build time (i.e. included as a nativeBuildInput).
Changed
- Update
crane-utilsdependencies, namely depending ontoml_edit@0.25which
now includes parsing support for TOML 1.1 cargoNextestnow defaults to settingNEXTEST_SHOW_PROGRESS=counterunless
otherwise specified (settingenv.NEXTEST_SHOW_PROGRESSor passing in
--show-progress=...will take precedence). This avoids progress bar
(re)painting from resulting in garbled build logs
Fixed
findCargoFiles(and by extensionmkDummySrcandvendorCargoDeps) will
now always respect source filters, meaning any ignoredCargo.tomlor
.cargo/config.tomlfiles will no longer be processed and included during
processing.