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
Can you link a minimum reproduction for us to test against?
E.g. was the list of features you "lost" specified in workspace.dependencies or in a member's manifest?
I just ran this on one of our projects, and it totally wrecked it.
It looks like
features
support is missing, or not working.For Example:
chrono = { version = "0.4.31", features = ["serde"] }
got replaced with
chrono = "0.4.31"
and
The text was updated successfully, but these errors were encountered: