github ipetkov/crane v0.20.3

latest release: v0.21.0
4 months ago

0.20.3 - 2025-04-23

Added

  • mkCrossToolchainEnv is now available for setting up some default
    cross-compilation environment variables and derivation arguments

Changed

  • Vendoring git dependencies now respects Cargo.toml includes and excludes
  • mkCargoDerivation now configures the cross-compilation toolchain by default
    using the newly added mkCrossToolchainEnv function. To select the utilized
    cross compiler, the stdenv argument now also accepts a selector function,
    taking an arbitrary pkgs instantiation as an argument. This behavior can be
    turned off by setting doIncludeCrossToolchainEnv = false;.

Don't miss a new crane release

NewReleases is sending notifications on new releases.