mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

This allows the dependency queue to properly handle packages with the same name but from different sources. A test was added which exercieses this functionality by depending on two different revs of the same git repo.