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
I have tried to update version here KaranGauswami/tokio-socks in library but looks like This PR tokio-rs/tokio#2919 temporary removed incoming method from tokio::net::TcpListener so currently tests are not compiling in new version.
error[E0599]: no method named `incoming` found for struct `tokio::net::TcpListener` in the current scope
--> tests/common.rs:26:10
|
26 | .incoming()
| ^^^^^^^^ method not found in `tokio::net::TcpListener`
The text was updated successfully, but these errors were encountered:
Tokio 0.3 is now released.
I have tried to update version here KaranGauswami/tokio-socks in library but looks like This PR tokio-rs/tokio#2919 temporary removed incoming method from tokio::net::TcpListener so currently tests are not compiling in new version.
The text was updated successfully, but these errors were encountered: