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

Stop watching Cargo.lock for changes #232

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

rmccue
Copy link
Contributor

@rmccue rmccue commented Feb 24, 2023

When loaded via Cargo, there's no Cargo.lock directly in this crate, so the lack of file existence causes unnecessary rebuilds every time.

Fixes #220.

When loaded via Cargo, there's no Cargo.lock directly in this crate, so
the lack of file existence causes unnecessary rebuilds every time.
Copy link
Collaborator

@ptondereau ptondereau left a comment

Choose a reason for hiding this comment

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

Thank you!

@ptondereau ptondereau merged commit c5eaeb2 into davidcole1340:master Feb 24, 2023
@rmccue rmccue deleted the disable-cargo-lock-rerun branch February 24, 2023 15:51
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.

Crate is rebuilt on every build due to rerun-if-env-changed
2 participants