Closed AndreasOM closed 7 months ago
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?
It was in the workspace itself, not in one of the members.
Sorry, but a bit busy right now, so can't create a repro, but can rerun now and then.
That's enough to debug, I think I know where the issue is.
Seems to work for our project now.
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 withchrono = "0.4.31"
and