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
Problem TomlDependency is not Clone, which is annoying when using cargo as a lib.
Possible Solution
Just add Clone to the derive attribute. Both String and DetailedTomlDependency are Clone, therefore it should be a trivial and a non-breaking change.
The text was updated successfully, but these errors were encountered:
Problem
TomlDependency
is notClone
, which is annoying when usingcargo
as a lib.Possible Solution
Just add
Clone
to the derive attribute. BothString
andDetailedTomlDependency
areClone
, therefore it should be a trivial and a non-breaking change.The text was updated successfully, but these errors were encountered: