[PR #2486] [MERGED] Move StoreConfig to bin crate #3075

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2486
Author: @djc
Created: 10/1/2024
Status: Merged
Merged: 10/2/2024
Merged by: @marcus0x62

Base: mainHead: more-config-bin


📝 Commits (1)

  • 1771de7 Move StoreConfig to bin crate

📊 Changes

4 files changed (+49 additions, -70 deletions)

View changed files

📝 bin/src/hickory-dns.rs (+2 -5)
📝 bin/src/lib.rs (+47 -1)
crates/server/src/store/config.rs (+0 -58)
📝 crates/server/src/store/mod.rs (+0 -6)

📄 Description

This really belongs with #2480, but missed this part.


🔄 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/2486 **Author:** [@djc](https://github.com/djc) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@marcus0x62](https://github.com/marcus0x62) **Base:** `main` ← **Head:** `more-config-bin` --- ### 📝 Commits (1) - [`1771de7`](https://github.com/hickory-dns/hickory-dns/commit/1771de7fb72e44eb655c40464f829c9606483835) Move StoreConfig to bin crate ### 📊 Changes **4 files changed** (+49 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `bin/src/hickory-dns.rs` (+2 -5) 📝 `bin/src/lib.rs` (+47 -1) ➖ `crates/server/src/store/config.rs` (+0 -58) 📝 `crates/server/src/store/mod.rs` (+0 -6) </details> ### 📄 Description This really belongs with #2480, but missed this part. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:23:56 +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#3075
No description provided.