github ipetkov/crane v0.19.3

14 hours ago

0.19.3 - 2024-11-18

Added

  • Added a number of fileset helpers to more easily compose source filtering:
    • fileset.cargoTomlAndLock: for Cargo.toml and Cargo.lock files
    • fileset.commonCargoSources: for files commonly used by cargo projects
    • fileset.configToml: for config.toml files
    • fileset.rust: for *.rs files
    • fileset.toml: for *.toml files

Fixed

  • buildTrunkPackage will pass in --release=true (instead of just
    --release) for trunk versions 0.21 or higher to avoid argument ambiguities
  • buildTrunkPackage will now correctly honor buildPhaseCargoCommand if
    specified (previously the value of buildPhaseCommand was incorrectly being
    used)
  • removeReferencesToVendoredSourcesHook avoids referencing /dev/fd
    directly since it may not be present on certain platforms

Don't miss a new crane release

NewReleases is sending notifications on new releases.