You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new workspace discovery fails when there are multiple workspace roots in the repo, in my case only one of the roots is compiled using crates_universe, is there a way to pick the workspace root? the same happens if the Cargo.toml is a non-standard one, Cargo.universe.toml. Would it be possible to add a workspace root parameter to the crates_repository macro?
The text was updated successfully, but these errors were encountered:
The new workspace discovery fails when there are multiple workspace roots in the repo, in my case only one of the roots is compiled using crates_universe, is there a way to pick the workspace root? the same happens if the Cargo.toml is a non-standard one,
Cargo.universe.toml
. Would it be possible to add a workspace root parameter to thecrates_repository
macro?The text was updated successfully, but these errors were encountered: