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

Deleted All Cargo.lock files #9

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

folkengine
Copy link

In a previous, now closed, PR I pushed a fix for a specific ssl problem that had a much simpler fix that also solved an issue I found in the ch_02 example, namely deleting all of the Cargo.lock files and adding Cargo.lock to the repos .gitignore. This allows for dependencies of included crates to be updated to fixes automatically.

This PR does that.

The command to delete the files was

find . -type f -name 'Cargo.lock' -delete`

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.

1 participant