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

Don't get deps when running cargo-metadata #206

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

roblabla
Copy link
Contributor

Cargo-metadata would take a long time due to downloading all the dependencies of the project. This is not actually necessary, since we only care about the metadata of the local packages in cargo-wix. By passing the --no-deps argument to cargo metadata, we avoid this behavior.

Cargo-metadata would take a long time due to downloading all the
dependencies of the project. This is not actually necessary, since we
only care about the metadata of the local packages in cargo-wix. By
passing the --no-deps argument to cargo metadata, we avoid this
behavior.
Copy link
Owner

@volks73 volks73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@volks73 volks73 merged commit 8aa9e10 into volks73:main Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants