[PR #3072] [MERGED] Bump MSRV to 1.74 #3535

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3072
Author: @djc
Created: 6/20/2025
Status: Merged
Merged: 6/20/2025
Merged by: @djc

Base: mainHead: bump-msrv


📝 Commits (3)

  • 5e57c94 Bump MSRV to 1.74
  • 41b78b9 Remove MSRV references from README files
  • 5d7f0a8 fuzz: remove rust-version metadata

📊 Changes

24 files changed (+29 additions, -87 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Cargo.toml (+1 -1)
📝 README.md (+0 -5)
📝 bin/README.md (+0 -4)
📝 crates/client/README.md (+0 -4)
📝 crates/proto/README.md (+0 -4)
📝 crates/proto/src/error.rs (+1 -1)
📝 crates/proto/src/http/error.rs (+1 -1)
📝 crates/proto/src/multicast/mdns_stream.rs (+3 -4)
📝 crates/proto/src/serialize/txt/errors.rs (+1 -1)
📝 crates/recursor/README.md (+0 -4)
📝 crates/recursor/src/error.rs (+1 -1)
📝 crates/resolver/README.md (+0 -4)
📝 crates/resolver/src/system_conf/unix.rs (+7 -16)
📝 crates/server/README.md (+0 -4)
📝 crates/server/src/authority/mod.rs (+1 -1)
📝 crates/server/src/server/mod.rs (+1 -6)
📝 crates/server/src/server/response_handler.rs (+1 -1)
📝 crates/server/src/server/timeout_stream.rs (+1 -2)
📝 crates/server/src/store/blocklist.rs (+2 -4)

...and 4 more files

📄 Description

To support the use of newer hostname (with fewer dependencies) in #3070.


🔄 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/3072 **Author:** [@djc](https://github.com/djc) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `bump-msrv` --- ### 📝 Commits (3) - [`5e57c94`](https://github.com/hickory-dns/hickory-dns/commit/5e57c94cb425b29f9e8070f1340b3c910e1cf10a) Bump MSRV to 1.74 - [`41b78b9`](https://github.com/hickory-dns/hickory-dns/commit/41b78b92b916766ccd089eaec44e8dc3d7b4bb65) Remove MSRV references from README files - [`5d7f0a8`](https://github.com/hickory-dns/hickory-dns/commit/5d7f0a8ff534d6e185a6b762fda2a70d388affc2) fuzz: remove rust-version metadata ### 📊 Changes **24 files changed** (+29 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+0 -5) 📝 `bin/README.md` (+0 -4) 📝 `crates/client/README.md` (+0 -4) 📝 `crates/proto/README.md` (+0 -4) 📝 `crates/proto/src/error.rs` (+1 -1) 📝 `crates/proto/src/http/error.rs` (+1 -1) 📝 `crates/proto/src/multicast/mdns_stream.rs` (+3 -4) 📝 `crates/proto/src/serialize/txt/errors.rs` (+1 -1) 📝 `crates/recursor/README.md` (+0 -4) 📝 `crates/recursor/src/error.rs` (+1 -1) 📝 `crates/resolver/README.md` (+0 -4) 📝 `crates/resolver/src/system_conf/unix.rs` (+7 -16) 📝 `crates/server/README.md` (+0 -4) 📝 `crates/server/src/authority/mod.rs` (+1 -1) 📝 `crates/server/src/server/mod.rs` (+1 -6) 📝 `crates/server/src/server/response_handler.rs` (+1 -1) 📝 `crates/server/src/server/timeout_stream.rs` (+1 -2) 📝 `crates/server/src/store/blocklist.rs` (+2 -4) _...and 4 more files_ </details> ### 📄 Description To support the use of newer hostname (with fewer dependencies) in #3070. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:49:04 +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#3535
No description provided.