[PR #2818] [MERGED] server: fix DNSSEC MSRV #3340

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2818
Author: @djc
Created: 3/2/2025
Status: Merged
Merged: 3/2/2025
Merged by: @djc

Base: mainHead: fix-dnssec-msrv


📝 Commits (1)

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 crates/server/src/lib.rs (+6 -1)

📄 Description

Fixes #2422.

I guess this might be related to 1.79's inline const expressions? Not entirely sure.

With this change, I can run cargo +1.71.1 c --no-default-features --features dnssec-aws-lc-rs,h3-aws-lc-rs,tokio without errors which should cover a decent amount of ground.


🔄 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/2818 **Author:** [@djc](https://github.com/djc) **Created:** 3/2/2025 **Status:** ✅ Merged **Merged:** 3/2/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fix-dnssec-msrv` --- ### 📝 Commits (1) - [`a1d9989`](https://github.com/hickory-dns/hickory-dns/commit/a1d998939871b132cba216ced86bb884f5c50b95) server: fix DNSSEC MSRV ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/server/src/lib.rs` (+6 -1) </details> ### 📄 Description Fixes #2422. I guess this might be related to 1.79's [inline const expressions](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#inline-const-expressions)? Not entirely sure. With this change, I can run `cargo +1.71.1 c --no-default-features --features dnssec-aws-lc-rs,h3-aws-lc-rs,tokio` without errors which should cover a decent amount of ground. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:38:28 +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#3340
No description provided.