Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Tokio 0.3 #26

Closed
KaranGauswami opened this issue Oct 17, 2020 · 0 comments · Fixed by #27
Closed

Update for Tokio 0.3 #26

KaranGauswami opened this issue Oct 17, 2020 · 0 comments · Fixed by #27

Comments

@KaranGauswami
Copy link

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.

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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant