Skip to content

v0.14.3

Compare
Choose a tag to compare
@ipetkov ipetkov released this 18 Oct 00:27
· 244 commits to master since this release
v0.14.3
da6b58e

0.14.3 - 2023-10-17

Changed

  • craneUtils will now be built with the rustPlatform provided by nixpkgs
    instead of the currently configured toolchain. This should hopefully result in
    fewer surprises for those testing with really old MSRV toolchains.
  • devShell will now additionally include clippy and rustfmt from the
    currently configured toolchain

Fixed

  • replaceCargoLockHook now runs as a prePatch hook (rather
    than postUnpack) which correctly replaces the Cargo.lock in the source
    directory rather than the parent directory