Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cargo vendor: add source rewriting for private registries included in…
… deps In the case where the exact same dependency is supplied by two different registries, Cargo.lock keeps only one. However, in that case, the output of `cargo vendor` contains only the registry from Cargo.lock, which isn't enough to compile with `--offline`. This commit adds the dependencies' registries of all vendored packages to the output of `cargo vendor`.
- Loading branch information