Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for features seems to be missing #10

Closed
AndreasOM opened this issue Mar 21, 2024 · 4 comments · Fixed by #13
Closed

Support for features seems to be missing #10

AndreasOM opened this issue Mar 21, 2024 · 4 comments · Fixed by #13
Labels
bug Something isn't working

Comments

@AndreasOM
Copy link

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

tokio = { version = "1.35.1", features = ["full"] }
tokio = "1.35.1"
@LukeMathWalker
Copy link
Collaborator

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?

@AndreasOM
Copy link
Author

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.

@LukeMathWalker
Copy link
Collaborator

That's enough to debug, I think I know where the issue is.

@AndreasOM
Copy link
Author

Seems to work for our project now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants