Relative Content

Tag Archive for rustcargo

How to fix modified cargo dependencies

Suppose I accidentally delete or modify the source files of a crate in my ~/.cargo/registry/ directory and it causes my compilation to fail. Is there a way I can get cargo to check all my downloaded dependencies and fix / redownload the ones that were modified?