[PR #3200] [MERGED] Make DnsHandle require the std feature #3635

Closed
opened 2026-03-16 11:54:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3200
Author: @divergentdave
Created: 8/12/2025
Status: Merged
Merged: 8/13/2025
Merged by: @divergentdave

Base: mainHead: david/dns-handle-std


📝 Commits (2)

  • b59c337 Make DnsHandle require the std feature
  • c5a9e53 Group re-exports with modules

📊 Changes

3 files changed (+77 additions, -70 deletions)

View changed files

📝 crates/proto/src/lib.rs (+2 -0)
📝 crates/proto/src/xfer/mod.rs (+22 -13)
📝 crates/proto/src/xfer/retry_dns_handle.rs (+53 -57)

📄 Description

This adds some more #[cfg] guards to require the std feature for DnsHandle and RetryDnsHandle. This is a prerequisite for #3158.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3200 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@divergentdave](https://github.com/divergentdave) **Base:** `main` ← **Head:** `david/dns-handle-std` --- ### 📝 Commits (2) - [`b59c337`](https://github.com/hickory-dns/hickory-dns/commit/b59c3372c485d9bfc938a41b3707aa43f0db2b91) Make DnsHandle require the std feature - [`c5a9e53`](https://github.com/hickory-dns/hickory-dns/commit/c5a9e53ca097fa1e28a70a79a507ee46d710bc61) Group re-exports with modules ### 📊 Changes **3 files changed** (+77 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/lib.rs` (+2 -0) 📝 `crates/proto/src/xfer/mod.rs` (+22 -13) 📝 `crates/proto/src/xfer/retry_dns_handle.rs` (+53 -57) </details> ### 📄 Description This adds some more `#[cfg]` guards to require the `std` feature for `DnsHandle` and `RetryDnsHandle`. This is a prerequisite for #3158. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:54:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3635
No description provided.