Ability to build package locally using version
instead of path
.
#8447
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
The problem
Hi! I have a lot of crates in my workspace (40+). Let's consider 2 of them - A and B. The A's
Cargo.toml
specifies dep:It's cool, works and allows for local changes and testing the package. The problem is, however, that I cannot set up CI to test if I have updated all things on crates.io. I want my CI to build the workspace but instead of using
path
I want it to download things from crates. I believe this functionality is already implemented because this is how cargo works when installing crates from crates.io, but it seems that there is no way to locally enable it.The text was updated successfully, but these errors were encountered: