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
Current Behavior
Currently there's apparently not checking. Yesterday https://crates.io/crates/const_fn_assert was updated with a new version, and apparently
cargodoes not like the checksum of that crate and reportsExpected Behavior
This ideally should've been caught before accepting the new version.
cargoitself 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 initcargo add const_fn_assertcargo checkEnvironment
No response
Anything else?
No response