cargo-outdated icon indicating copy to clipboard operation
cargo-outdated copied to clipboard

Support workspace inheritance

Open Muscraft opened this issue 2 years ago • 3 comments

Workspace inheritance was stabilized recently and set to be released in 1.64 on September 22, 2022. Currently cargo-outdated does not support the use of workspace inheritance and throws an error. It would be nice if this could be fixed before workspace inheritance is released but it might not be possible until the correct cargo version is released.

Muscraft avatar Jul 26 '22 17:07 Muscraft

the day has come, cargo-outdated now instantly fails on packages with workspace inherited properties

robjtede avatar Sep 26 '22 22:09 robjtede

This is indeed a bummer. I just ran into the same issue in cargo-udeps (https://github.com/est31/cargo-udeps/issues/140) and now here. Would it be possible to update the cargo dependency and resolve this?

domenicquirl avatar Sep 29 '22 14:09 domenicquirl

I don't think just updating cargo will help. It will make it so it won't error when encountering workspace inheritance but it won't actually check for updates in [workspace.dependencies].

Muscraft avatar Sep 29 '22 16:09 Muscraft