-
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 depending on git repos with workspaces #2938
Conversation
r? @brson |
@alexcrichton: no appropriate reviewer found, use r? to override |
@bors r+ Wonder what rust-highfive is confused about. |
📌 Commit 1d6b6f6 has been approved by |
⌛ Testing commit 1d6b6f6 with merge 6292654... |
💔 Test failed - cargo-mac-64 |
When we're recursively walking over a git repository we can safely ignore any workspace Cargo.toml files we find instead of generating an error.
1d6b6f6
to
9243f06
Compare
@bors: r=brson |
📌 Commit 9243f06 has been approved by |
Fix depending on git repos with workspaces When we're recursively walking over a git repository we can safely ignore any workspace Cargo.toml files we find instead of generating an error.
☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
When we're recursively walking over a git repository we can safely ignore any
workspace Cargo.toml files we find instead of generating an error.