bors[bot] c7e0baf1a8
Merge #2920
2920: Better handle illformed node id from metadata r=matklad a=edwin0cheng

In some rare cases, deps node-id from cargo-metadata do not match its version-id, which cause a panic in `cargo-workspace.rs`. This PR try to ignore these ill-formed node id from `cargo-metadata`. An alternative is return  `Err` in these cases but I think make it resilience is a better choice here.

Related #2767

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-01-30 16:48:35 +00:00
..
2020-01-28 16:22:18 +00:00
2020-01-29 14:04:10 +01:00
2020-01-29 20:09:49 +00:00
2020-01-22 13:02:21 +02:00
2020-01-30 13:17:56 +01:00