[PR #78] [MERGED] make direct dependency on MIO optional #1228

Closed
opened 2026-03-16 01:55:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/78
Author: @bluejekyll
Created: 12/21/2016
Status: Merged
Merged: 12/21/2016
Merged by: @bluejekyll

Base: masterHead: optional-ssl


📝 Commits (2)

  • 7bed5e2 make direct dependency on MIO optional
  • 2eb2b75 Merge branch 'master' into optional-ssl

📊 Changes

9 files changed (+51 additions, -6 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 Cargo.lock (+2 -2)
📝 README.md (+25 -0)
📝 client/Cargo.toml (+4 -3)
📝 client/src/client/mod.rs (+4 -0)
📝 client/src/lib.rs (+1 -0)
📝 client/src/tcp/mod.rs (+5 -0)
📝 client/src/udp/mod.rs (+5 -0)
📝 server/Cargo.toml (+1 -1)

📄 Description

No description provided


🔄 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/78 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/21/2016 **Status:** ✅ Merged **Merged:** 12/21/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `optional-ssl` --- ### 📝 Commits (2) - [`7bed5e2`](https://github.com/hickory-dns/hickory-dns/commit/7bed5e268f91d4801f1ced5b272091f90da0ebaa) make direct dependency on MIO optional - [`2eb2b75`](https://github.com/hickory-dns/hickory-dns/commit/2eb2b75d072d5a2ed856d4f5359396b2b761e538) Merge branch 'master' into optional-ssl ### 📊 Changes **9 files changed** (+51 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `Cargo.lock` (+2 -2) 📝 `README.md` (+25 -0) 📝 `client/Cargo.toml` (+4 -3) 📝 `client/src/client/mod.rs` (+4 -0) 📝 `client/src/lib.rs` (+1 -0) 📝 `client/src/tcp/mod.rs` (+5 -0) 📝 `client/src/udp/mod.rs` (+5 -0) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:55:05 +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#1228
No description provided.