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
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
The text was updated successfully, but these errors were encountered:
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.ioThe text was updated successfully, but these errors were encountered: