Skip to content

Deleted All Cargo.lock files#9

Open
folkengine wants to merge 5 commits intoRust-Web-Development:mainfrom
folkengine:wip
Open

Deleted All Cargo.lock files#9
folkengine wants to merge 5 commits intoRust-Web-Development:mainfrom
folkengine:wip

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`

@gruberb
Copy link
Member

gruberb commented Feb 27, 2026

Thank you for the PR @folkengine! If you want, you can rebase your PR! Sorry for the 2 year delay ;) I am in the process of updating the codebase and hopefully the book, and want to follow a more active discussion with the reader base after!

Feel free to close the PR or update it if you want!

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.

2 participants