8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo update
I am adding feature flags to dependencies that my package depends on. These features are enabled/disabled depending on the features exposed by my package itself.
However, on cargo update, the dependencies fail to resolve, since the dependency itself doesn't expose said feature flags.
Not sure what should be the ideal flow here.