Skip to content
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

feat: Support passing workspace to --manifest-path #1246

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

NobodyXu
Copy link
Member

@NobodyXu NobodyXu commented Aug 3, 2023

Previously it will load the root Cargo.toml and treat it as the manifest for the crate, now it will check its package.name and would search for the workspace if the package.name does not match the crate name.

Previously it will load the root `Cargo.toml` and treat it as the
manifest for the crate, now it will check its `package.name` and would
search for the workspace if the `package.name` does not match the crate
name.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu added this pull request to the merge queue Aug 3, 2023
Merged via the queue into main with commit aeacebc Aug 3, 2023
26 checks passed
@NobodyXu NobodyXu deleted the fix/manifest-path branch August 3, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants