Making a note of this before I forget: once the refactor PR has been made, we need to remove all of the Cargo.lock files from the individual crates in the workspace. There should only be a lock file in the workspace root. We will then see improved compilation times as a result of the shared dependency tree.
Making a note of this before I forget: once the refactor PR has been made, we need to remove all of the `Cargo.lock` files from the individual crates in the workspace. There should only be a lock file in the workspace root. We will then see improved compilation times as a result of the shared dependency tree.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Making a note of this before I forget: once the refactor PR has been made, we need to remove all of the
Cargo.lockfiles from the individual crates in the workspace. There should only be a lock file in the workspace root. We will then see improved compilation times as a result of the shared dependency tree.Addressed in PR#12.