Skip to content

v0.20.1

Latest
Compare
Choose a tag to compare
@ipetkov ipetkov released this 08 Feb 22:20
· 12 commits to master since this release
v0.20.1
112e659

0.20.1 - 2025-02-08

Added

  • cargoNextest now supports passing cargoNextestPartitionsExtraArgs to each
    cargo nextest partition run.
  • Add self-reference craneLib to crane lib instance.
  • Add removeReferencesToRustToolchainHook, which, by default, removes
    references to the Rust toolchain from all installed binaries

Changed

  • buildPackage now includes removeReferencesToRustToolchainHook as a native
    dependency. To disable automatically removing references to the Rust
    toolchain, set doNotRemoveReferencesToRustToolchain = true;
  • mkCargoDerivation now will also append the rustc package to the
    derivation's nativeBuildInputs