Currently, Depdive looks for the head commit for a crate version in the git repo through looking at the repository tags.
However, rust crates may contain a .cargo_vcs_info.json that stores the exact info that we need here (version commit) and removes any heuristic-based approach required from Depdive.
Currently, Depdive looks for the head commit for a crate version in the git repo through looking at the repository tags.
However, rust crates may contain a
.cargo_vcs_info.jsonthat stores the exact info that we need here (version commit) and removes any heuristic-based approach required from Depdive.