You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I don't have any ideas on what could be the problem.
The error is generated when the SHA256 checksum of the file downloaded over the network does not match what is listed in the index. You can check that the hash of the .crate file is the same as what is in the index. You may also need to delete cargo's cache (in ~/.cargo/registry) if you have been modifying the index (cargo generally assumes existing entries are immutable).
If you have a reproduction, I can perhaps help, otherwise this issue may need to be closed.
When I try to build a crate that uses a crate from my registry, I get this strange error:
What could it be? The checksum in the index is correct.
The text was updated successfully, but these errors were encountered: