mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #2039] [CLOSED] Use just for server toml #2779
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#2779
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?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/2039
Author: @bluejekyll
Created: 9/24/2023
Status: ❌ Closed
Base:
main← Head:use-just-for-server-toml📝 Commits (10+)
c6a2bf4server: simplify Config TOML APIc67580dserver: make TOML dependency optional1866682Clean up unused dependencies4873fb4server: switch to basic-toml61b6054Update semver-compatible dependenciesdfaf9e5Avoid deprecated rustls API39ec0a4Bump MSRV to 1.67 (for time)abfddbcutil: clarify internal structure26eda52Split MSRV testing for libraries and binaries9f597e4use just for the MSRV target📊 Changes
43 files changed (+792 additions, -695 deletions)
View changed files
📝
.github/workflows/test.yml(+24 -1)📝
CHANGELOG.md(+77 -77)📝
Cargo.lock(+441 -433)📝
Cargo.toml(+3 -3)📝
README.md(+5 -5)📝
bin/Cargo.toml(+54 -11)📝
bin/README.md(+5 -5)📝
bin/src/trust-dns.rs(+3 -3)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_quic_tests.rs(+1 -1)📝
crates/async-std-resolver/README.md(+1 -1)📝
crates/client/README.md(+1 -1)📝
crates/proto/Cargo.toml(+0 -1)📝
crates/proto/README.md(+1 -1)📝
crates/proto/src/https/https_client_stream.rs(+1 -1)📝
crates/proto/src/quic/quic_client_stream.rs(+1 -1)📝
crates/recursor/Cargo.toml(+0 -2)📝
crates/recursor/README.md(+1 -1)📝
crates/resolver/README.md(+1 -1)📝
crates/resolver/src/tls/dns_over_rustls.rs(+1 -1)...and 23 more files
📄 Description
@djc, this has all your changes, I just changed the MSRV test target
closes: #2028
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.