Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow a custom visibility so long as at least one version is public
Summary: The `visibility` config is limited to public packages because that's the only place it makes sense. But it's possible for a package to have one version public and other versions private (by virtue of being transitive deps) - like in [this post][1]. [1]: https://fb.workplace.com/groups/rust.language/posts/27084881544467104 Reviewed By: diliop Differential Revision: D63963530 fbshipit-source-id: 4a04ebbb355fa8e8f44ea6d041bba48dc5cfa62d
- Loading branch information