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
{{ message }}
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
It seems in tokio 1.17.0 a transitive dependency (parking_lot_core) switched from winapi to windows-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 in rules_rust.
After #186 it seems the issue has been resolved for all cases except for locally vendored crates. #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
.The text was updated successfully, but these errors were encountered: