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
Cargo is unable to work with two included workspaces:
cargo locate-project' failed: error: multiple workspace roots found in the same workspace:
/home/porton/Projects/zondirectory/src/ic_eth
/home/porton/Projects/zondirectory
This prevents me to use a Git submodule that contains a workspace. There is no easy workaround, apparently.
Steps
Create a Cargo workspace project.
Create another Cargo workspace project in a subdir.
Run compilation.
Possible Solution(s)
Use workspaces in a subdirectory as a part of a parent workspace.
Problem
Cargo is unable to work with two included workspaces:
This prevents me to use a Git submodule that contains a workspace. There is no easy workaround, apparently.
Steps
Possible Solution(s)
Use workspaces in a subdirectory as a part of a parent workspace.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: