mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-24 18:55:55 +03:00
[GH-ISSUE #639] Minimum Rust Version policy? #258
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#258
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 @seanmonstar on GitHub (Dec 17, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/639
Does trust-dns have a minimum rust version policy? Such as keeping the same minimum Rust in patch versions, or something? I see a commented out minimum Rust in the CI, but I'm not sure what is the current minimum version.
For reference, I'm looking into changing the DNS resolver in reqwest, and noticed it doesn't seem to compile on Rust v1.29. Is that something you'd like to support? Or should I consider upgrading reqwest in its next breaking change?
@bluejekyll commented on GitHub (Dec 18, 2018):
I have a vague desire to, but it’s not something I’ve been focused on. I think we could support 1.29 pretty easily at this point. If it helps in your adopting it, I’d be happy to keep a 1.29 build checked in CI.
After Futures stabilize in std, I guess we’ll need some way to detect 1.3x, as I’d want to support that API.
@bluejekyll commented on GitHub (Dec 18, 2018):
I will say, the last time I spoke to @briansmith about this (trust-dns uses ring and rustls) he didn’t have an intention of supporting previous versions. That might be part of the reason why that CI validation was disabled.
chronodependency with libstd dependency in -client #422