-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Re-enable trust-dns feature #618
Comments
This was fixed here: https://github.com/bluejekyll/trust-dns/pull/849. EDIT: So basically from version |
We can re-enable once the version is out of alpha! |
Some notes as I tried to re-enable this:
|
It still implements Line 73 in 35c6ddd
In any case, trust-dns pulls in failure anyway, so no loss there.
See https://github.com/bluejekyll/trust-dns/issues/977 and tokio-rs/tokio#2040. I would like to take a stab at this when the |
@seanmonstar, we can remove all depdencies on Fail and failure. We'll lose backtrace, but that is coming in std. might need a 0.19 release of trust-dns... |
FYI: https://github.com/bluejekyll/trust-dns/pull/988 This drops |
Ok, 0.19 is released. |
The
trust-dns
feature was disabled in #617 as the dependency was not yet updated tostd::future
. We should re-enable once it is available.The text was updated successfully, but these errors were encountered: