'Prevent cargo from calculating checksums of dependencies

I want to debug something, and I would benefit from being able to make some quick, non-persistent changes to my dependencies.

The problem is that cargo computes a checksum of them and if doesn't match what it expects, refuses to build. Is there any way to avoid this behavior?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source