mirror of
https://github.com/nix-community/naersk
synced 2024-11-13 23:47:08 +00:00
32b0dd73d9
The git dependencies were indexed by crate name, which is an issue if a dependency is imported through git at various commits. Moreover, if a crate is imported several time at _the same commit_, it is now unpacked only once. |
||
---|---|---|
.. | ||
crate-a | ||
crate-b | ||
crate-c | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
git-dep-dup
Same as git-dep
, but where a git dependency is added multiple times:
- two crates have the same dep at the same commit (crate-a, crate-c)
- a third crate has the same dep at a different commit (crate-b)