-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cargo install
using a workspace target dir
#5685
Fix cargo install
using a workspace target dir
#5685
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit d1ef031 has been approved by |
…tklad Fix `cargo install` using a workspace target dir Closes #5662
☀️ Test successful - status-appveyor, status-travis |
@alexcrichton if 1.27.1 happens, would this be a good candidate for a backport? This breaks packaging crates using workspaces in sandboxes environments |
I think for the stable point release it's a bit too close, but we can certainly backport this to beta |
[beta] Fix `cargo install` using a workspace target dir Backport of #5685
Closes #5662