You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
cargo outdated
currently fails to parse workspace members containingedition.workspace = true
(which is equivalent toedition = {workspace = true}
And fails with quite obvious error
How hard would it be to add support for using workspace edition?
The text was updated successfully, but these errors were encountered: