the most obvious usecase for this would be if you have a crate with a feature flag that enables a faster implementation that uses nightly-only features, and you want to test the two implementations against one another.
For testing you can work around that by specifying the second dependency via git
URL. The registry and git
sources are not unified.
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.