Example specific dependencies #12894
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
I want to avoid using a workspace for this purpose but it would be really great if I could specify example specific dependencies.
One of the examples in my crate uses the latest version of
nannou
at the time of this post it is0.18.1
.Another example uses
bevy
and the version is0.11
.They have a clash on transative dependency
web-sys
.Proposed Solution
The natural user facing solution feels like this to me:
Notes
I know that creating a workspace is a workaround for this.
I'd like to know though that wouldn't you think it would be neat if we had this feature?
Would it be time consuming to implement?
If there is enough interest in this I can also volunteer to invest the time to make a PR.
Also I'd be really happy that if someone in the community would answer with the idiomatic workaround for this situation.
Thanks 🙏
The text was updated successfully, but these errors were encountered: