Files
nixpkgs/pkgs/build-support/rust
zimbatm f8d67ec135 buildRustPackage: add verifyCargoDeps option
One issue with cargoSha256 is that it's hard to detect when it needs to
be updated or not. It's possible to upgrade a package and forget to
update cargoSha256 and run with old versions of the program or
libraries.

This commit introduces `verifyCargoDeps` which, when enabled, will check
that the Cargo.lock is not out of date in the cargoDeps by comparing it
with the package source.
2019-09-30 17:09:52 +00:00
..
2019-03-26 18:54:28 +00:00
2019-08-28 11:07:32 +00:00
2019-09-22 20:20:20 -05:00