Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local unpublished crate is "yanked" #441

Closed
cemoktra opened this issue Aug 3, 2022 · 1 comment
Closed

Local unpublished crate is "yanked" #441

cemoktra opened this issue Aug 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@cemoktra
Copy link

cemoktra commented Aug 3, 2022

Describe the bug
We have a local crate with publish = false set. This crate has a naming conflict with a crate publicly available on crates.io. Now the version of our local crate matches a yanked version on crates.io.

To Reproduce
Create an unpublished local crate with a naming conflict on crates.io. Set the version to a yanked version of the public crate. Depend on this crate. Fail

Expected behavior
A local crate with publish = false should not be checked against crates.io

@cemoktra cemoktra added the bug Something isn't working label Aug 3, 2022
@Jake-Shadle
Copy link
Member

This was actually already fixed in #430 I just haven't cut a release yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants