Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid name clash in cargo crates downloaded from git repositories
Crates referenced by their git revision have a version but might have different revisions. The source filename ignored the revision such that sources from different revisions were considered the same file which either fails the checksum verification or the build. Append the revision if specified to disambiguate them.
- Loading branch information