You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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