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
crc v3.0.1 depends on crc-catalog ^2.1.0. I can publish a crc v3.0.2 that depends on crc-catalog ^2.4.0 but that doesn't really accomplish much because you'll have to update the Cargo.lock file anyways. Instead, you can cargo update which will bump crc-catalog to v2.4.0.
I guess I'm not sure how bumping the dependency in crc-rs can help with this issue.
Problem
I'm installing my project with
--locked
.cargo
warnspackage crc-catalog v2.3.0 in Cargo.lock is yanked
Reviewing
cargo tree
Solution
crate
crc-catalog
is, as of this time, at version v2.4.0. Can thiscrc-rs
project update the dependency so there are no warning when using--locked
?(I also need to submit an Issue or PR to
lzma-rs
which I'll when this Issue is fixed)I can submit a PR if you prefer.
The text was updated successfully, but these errors were encountered: