-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo tree
not showing a package
#11444
Comments
It's hard to say without knowing all the dependencies you have, but I would suspect it is #10801. When there is a weak dependency (like |
Without more information, I'm going to close assuming this is #10801. Another possibility is that the dependency is only used on a particular platform. By default If it looks like it might be something else, feel free to reopen if you can provide a reproduction that we could look at. |
You can clone this repo currently @ e7f2637, and:
but
|
Indeed |
Thanks for clarification. |
Problem
In my Cargo.lock, there is a package called
bitvec
(and the workspace depends on two versions of it):But when I run
cargo tree
even with extra stuff like--workspace --no-dedupe --all-features
:where is
bitvec 1.0.1
?Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: