-
Notifications
You must be signed in to change notification settings - Fork 259
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
log 0.4.24 with std feature always adds value-bag to lock file #661
Comments
From what I can tell, it's added to the lockfile due to a Cargo bug (rust-lang/cargo#10801) but not actually built. Still annoying because spurious lockfile entries mislead a lots of helpful tools that rely on parsing the lockfile or the output of |
That’s a pretty alarming number of dependencies we don’t actually use. The bloat may be enough to warrant trying to find a workaround here, but I suspect we may be a bit stuck. At least based on that linked issue it looks like we’ve got plenty of company. |
What would be the downside of reverting back to "compound" features like |
Until we figure this out I've yanked The idea here was to start moving away from needing
Based on how widely used |
rust-lang/log#661 Signed-off-by: 35V LG84 <[email protected]>
An empty crate with the following dependencies will always pull in a log of dependencies
Here is the output when update log from 0.4.22 to 0.4.24:
The text was updated successfully, but these errors were encountered: