mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #931] Cannot compile trust-dns-proto v0.18.0-alpha.1 #569
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#569
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ebroto on GitHub (Nov 26, 2019).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/931
First of all, thanks for these awesome crates!
While trying to build the resolver lib as a dependency, I'm getting the following error:
It seems to be related to the release of tokio 0.2.0. Yesterday it was building fine.
@bluejekyll commented on GitHub (Nov 26, 2019):
Yes, I have a local branch I'm working on right now for this.
@bluejekyll commented on GitHub (Nov 26, 2019):
There are a lot of changes since the last alpha... btw, this might take me a little bit.
@bluejekyll commented on GitHub (Nov 26, 2019):
waiting on this to be merged and released, it's blocking this change: https://github.com/tokio-rs/tokio/pull/1826
@soyflourbread commented on GitHub (Nov 27, 2019):
It is already merged BTW
@bluejekyll commented on GitHub (Nov 27, 2019):
thanks, tokio 0.2.1 was just published. I'll have master up to date soon, and then can publish 0.18.0-alpha.2 as well.
@bluejekyll commented on GitHub (Nov 27, 2019):
this is taking a little longer than anticipated. tokio change a few things that have broken different components of the system.
@bluejekyll commented on GitHub (Nov 27, 2019):
Ok, #932 should work for most cases, but before it can be merged with need
tokio-rustlsto be updated (needed for dns-over-tls with rustls and dns-over-https)@ebroto commented on GitHub (Dec 6, 2019):
Thanks for all the work!