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
It doesn't seem that parity-tokio-ipc can be built any longer on my windows 11 box:
error[E0432]: unresolved import `winapi::shared::winerror`
--> C:\Users\pronebird\.cargo\registry\src\index.crates.io-6f17d22bba15001f\parity-tokio-ipc-0.9.0\src\win.rs:1:21
|
1 | use winapi::shared::winerror::{ERROR_PIPE_BUSY, ERROR_SUCCESS};
| ^^^^^^^^ could not find `winerror` in `shared`
Perhaps it's time to ditch the winapi-rs and move on to official crate?
The text was updated successfully, but these errors were encountered:
It doesn't seem that parity-tokio-ipc can be built any longer on my windows 11 box:
Perhaps it's time to ditch the winapi-rs and move on to official crate?
The text was updated successfully, but these errors were encountered: