-
Notifications
You must be signed in to change notification settings - Fork 96
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 outdated just says 'RM' for everything. #49
Comments
This is happening to me for a non-workspace project without any build dependencies, maybe it's related to optional dependencies and/or dev-dependencies?
Among the packages some are just regular dependencies though, like Here's the |
@daboross Yes. Currently Since there is a ticket rust-lang/cargo#4309 talking about embedding |
I'm seeing similar:
In my case, I don't have direct dependencies on most of those: [dependencies]
cargo = "0.20.0"
hyper = "0.10.9"
hyper-native-tls = "0.2.2"
lazy_static = "0.2.8"
serde = "1.0.1"
serde_derive = "1.0.1"
serde_json = "1.0.0"
toml = "0.4.0" Perhaps something is "flattening" out the dependency tree and that's why it looks like packages are being removed? |
@shepmaster If you could give #51 a try :) |
@Frederick888 that works, but has basically the same output. Upon further reflection, I think I have simply been confused by:
|
@shepmaster It would be appreciated if you could provide the related |
Here's output from one of my projects (
c-ares-resolver
):#46 already has me covered for "I've no idea what RM even means", this issue says "surely that's not right?"
The text was updated successfully, but these errors were encountered: