We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rust-web3/src/transports/ipc.rs
Lines 16 to 20 in c153128
There should be change to
use tokio::{ io::AsyncWriteExt, sync::{mpsc, oneshot}, }; #[cfg(unix)] use tokio::net::UnixStream;
This way help build on windows
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
rust-web3/src/transports/ipc.rs
Lines 16 to 20 in c153128
There should be change to
This way help build on windows
The text was updated successfully, but these errors were encountered: