Everything compiles with 1.78.0 but after an update to 1.79.0 I get the following error:
error: failed to load manifest for workspace member
Caused by:
failed to load manifest for dependency
Do I need to change anything specifically after upgrading to 1.79.0?
Thanks in advance
Have you tried doing cargo clean
?
kornel
4
It's supposed to be backwards compatible and work with existing workspaces without changes.
Is there more info in this error message? Usually there should be more specific causes listed below.
You could try cargo update
and/or delete Cargo.lock
.
system
Closed
5
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.