Skip to content

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