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-udeps could maybe use cargo build plans instead of using cargo as a library in order to generate the save-analysis info it needs. This means we could re-run build plan generation each time and have better rerun capabilities (#5) and in a later step could even get rid of depending on the cargo library (#13).
cargo-udeps could maybe use cargo build plans instead of using cargo as a library in order to generate the save-analysis info it needs. This means we could re-run build plan generation each time and have better rerun capabilities (#5) and in a later step could even get rid of depending on the cargo library (#13).
Some links to upstream issues:
cargo build --build-plan
oli-obk/cargo_metadata#46 . Technically not needed, but would be nice to have.The text was updated successfully, but these errors were encountered: