0.14.3 - 2023-10-17
Changed
craneUtils
will now be built with therustPlatform
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 includeclippy
andrustfmt
from the
currently configured toolchain
Fixed
replaceCargoLockHook
now runs as aprePatch
hook (rather
thanpostUnpack
) which correctly replaces theCargo.lock
in the source
directory rather than the parent directory