Open abrisco opened 2 years ago
After #186 it seems the issue has been resolved for all cases except for locally vendored crates. https://github.com/abrisco/cargo-bazel/pull/186 unpins all other examples but I'm not sure why locally vendored dependencies exhibit this issue.
It seems in
tokio 1.17.0
a transitive dependency (parking_lot_core) switched fromwinapi
towindows-sys
and introduced the following linker errors. Cargo builds just fine so this may be an issue in how the targets are being rendered or inrules_rust
.