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

Support for workspace edition

Open ppershing opened this issue 2 years ago • 4 comments

cargo outdated currently fails to parse workspace members containing edition.workspace = true (which is equivalent to edition = {workspace = true} And fails with quite obvious error

error: failed to load manifest for workspace member `<redacted>`

Caused by:
  failed to parse manifest at `<redacted>`

Caused by:
  invalid type: map, expected a string for key `package.edition`

How hard would it be to add support for using workspace edition?

ppershing avatar Dec 30 '22 09:12 ppershing

Chiming in! Also experiencing the same thing, would love to see an update!

0xForerunner avatar Jan 05 '23 08:01 0xForerunner

I think this will get solved by updating the cargo dependency. There are several PR that does that. Eg https://github.com/kbknapp/cargo-outdated/pull/329

I wonder if this repository is still maintained.

ogoffart avatar Jan 13 '23 09:01 ogoffart

Yes it is all the *.workspace = true keys. Would love to see it

dns2utf8 avatar Jan 21 '23 17:01 dns2utf8

It does not seem solved still on the latest version.

GeeWee avatar Mar 10 '23 11:03 GeeWee