Notify Crate Owners when dependencies get yanked #5230
WalterSmuts
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Let's say crate B is a library crate that depends on crate A |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when one of the dependencies of a crate gets yanked with no alternate version available it will result in users without a
Cargo.lock
to experience the following error:The owner of the crate does not get any notification if this has happened, even though this means their crate is un-usable by new users.
My suggestion is to notify crate owners when a version of their crate is no-longer usable because of a "yank"-event. It's then up to the owner of the crate to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions