Skip to content
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

Support for workspace edition #336

Open
ppershing opened this issue Dec 30, 2022 · 4 comments
Open

Support for workspace edition #336

ppershing opened this issue Dec 30, 2022 · 4 comments

Comments

@ppershing
Copy link

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?

@ewoolsey
Copy link

ewoolsey commented Jan 5, 2023

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

@ogoffart
Copy link

I think this will get solved by updating the cargo dependency.
There are several PR that does that. Eg #329

I wonder if this repository is still maintained.

@dns2utf8
Copy link

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

@GeeWee
Copy link

GeeWee commented Mar 10, 2023

It does not seem solved still on the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants