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
error[E0432]: unresolved import tokio::net::tcp
--> /home/suraj.prakash/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/mysql_async-0.17.1/src/io/futures/connecting_stream.rs:16:18
|
16 | use tokio::net::{tcp::ConnectFuture, TcpStream};
| ^^^ could not find tcp in net
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
Looks like it won't work with tokio < 0.1.9. I'll add this constraint to the Cargo.toml in the next version. cargo update may help you with this problem if your project does not depend on something that strictly requires tokio <= 0.1.8.
error[E0432]: unresolved import
tokio::net::tcp
--> /home/suraj.prakash/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/mysql_async-0.17.1/src/io/futures/connecting_stream.rs:16:18
|
16 | use tokio::net::{tcp::ConnectFuture, TcpStream};
| ^^^ could not find
tcp
innet
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: