nixpkgs/pkgs/build-support/rust/test/import-cargo-lock
Winter 115e3413e1 rustPlatform.importCargoLock: add support for v1 lock files
v1 lock files (generated by default by Cargo versions 1.40 and below)
use a single table, `metadata`, to store the checksums of packages.

The primary motivation for doing this now is that we're considering
vendoring all Cargo lock files in Nixpkgs, some packages still use it
(e.g. cargo-asm), and adding support for it doesn't increase the
complexity of the function. No matter the outcome of the vendoring
discussion, this is a nice thing to have because Cargo still supports v1
lock files.
2023-02-26 00:45:40 -05:00
..
basic
basic-dynamic importCargoLock: introduce alternative parameter lockFileContents 2021-09-20 14:54:40 +02:00
git-dependency
git-dependency-branch
git-dependency-rev
git-dependency-rev-non-workspace-nested-crate rust/import-cargo-lock: hopefully make nested crate test work on macos 2021-10-25 01:11:45 +02:00
git-dependency-tag
maturin treewide: remove danieldk as maintainer from a set of packages 2021-09-12 14:42:12 +00:00
v1 rustPlatform.importCargoLock: add support for v1 lock files 2023-02-26 00:45:40 -05:00
default.nix rustPlatform.importCargoLock: add support for v1 lock files 2023-02-26 00:45:40 -05:00