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? 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
0.6.* changes trait implementations for tokio::net::TcpStream breaking our builds:
tokio::net::TcpStream
https://github.com/ZcashFoundation/zebra/pull/2732/checks?check_run_id=3507380221
The text was updated successfully, but these errors were encountered:
Do we need to do this one also as part of #2200 ?
Sorry, something went wrong.
Yes, tokio-util 0.6.8 depends on tokio 1: https://crates.io/crates/tokio-util/0.6.8/dependencies
But tokio-util 0.5.8 depends on tokio 0.3.4.
jvff
Successfully merging a pull request may close this issue.
Motivation
0.6.* changes trait implementations for
tokio::net::TcpStream
breaking our builds:https://github.com/ZcashFoundation/zebra/pull/2732/checks?check_run_id=3507380221
The text was updated successfully, but these errors were encountered: