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

"member of the wrong workspace" error

Open fpoli opened this issue 3 years ago • 0 comments

In our project viperproject/prusti-dev cargo outdated fails with the following error.

error: package `/home/fpoli/src/prusti-dev/prusti-contracts/prusti-specs/Cargo.toml` is a member of the wrong workspace
expected: /home/fpoli/src/prusti-dev/Cargo.toml
actual:   /home/fpoli/src/prusti-dev/prusti-contracts/Cargo.toml

This error message looks related to https://github.com/rust-lang/cargo/issues/5042, but in our case cargo build works fine. Is this something that can be fixed in cargo-outdated?

fpoli avatar Oct 17 '22 14:10 fpoli