Closed
Description
Current Behavior
Currently there's apparently not checking. Yesterday https://crates.io/crates/const_fn_assert was updated with a new version, and apparently cargo
does not like the checksum of that crate and reports
error: failed to sync
Caused by:
failed to download packages
Caused by:
failed to verify the checksum of `const_fn_assert v0.1.2+deprecated`
Expected Behavior
This ideally should've been caught before accepting the new version. cargo
itself checks this before uploading AFAIU, so I kind of assume that this was done intentionally and manually to "deprecate" this crate a bit harder.
Steps To Reproduce
cargo init
cargo add const_fn_assert
cargo check
Downloaded const_fn_assert v0.1.2+deprecated
error: failed to verify the checksum of `const_fn_assert v0.1.2+deprecated`
Environment
No response
Anything else?
No response