[PR #2322] [MERGED] Bump MSRV to 1.70 #2952

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2322
Author: @djc
Created: 7/24/2024
Status: Merged
Merged: 7/24/2024
Merged by: @djc

Base: mainHead: msrv-1.70


📝 Commits (2)

  • 16fb5a1 Bump MSRV to 1.70
  • 7986849 Update semver-compatible dependencies

📊 Changes

12 files changed (+194 additions, -218 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Cargo.lock (+182 -206)
📝 Cargo.toml (+1 -1)
📝 README.md (+2 -2)
📝 bin/README.md (+1 -1)
📝 crates/async-std-resolver/README.md (+1 -1)
📝 crates/client/README.md (+1 -1)
📝 crates/proto/README.md (+1 -1)
📝 crates/recursor/README.md (+1 -1)
📝 crates/resolver/README.md (+1 -1)
📝 crates/server/README.md (+1 -1)
📝 fuzz/Cargo.toml (+1 -1)

📄 Description

Since the latest version of Tokio now has an MSRV of 1.70, I believe we should also bump our MSRV.

Alternative to #2321, fixes #2320.

cc @justahero


🔄 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/2322 **Author:** [@djc](https://github.com/djc) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `msrv-1.70` --- ### 📝 Commits (2) - [`16fb5a1`](https://github.com/hickory-dns/hickory-dns/commit/16fb5a11b1aa111d799d00c6efa49dafd61660ce) Bump MSRV to 1.70 - [`7986849`](https://github.com/hickory-dns/hickory-dns/commit/7986849c357185366c1678869e8dda7e9294a973) Update semver-compatible dependencies ### 📊 Changes **12 files changed** (+194 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Cargo.lock` (+182 -206) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+2 -2) 📝 `bin/README.md` (+1 -1) 📝 `crates/async-std-resolver/README.md` (+1 -1) 📝 `crates/client/README.md` (+1 -1) 📝 `crates/proto/README.md` (+1 -1) 📝 `crates/recursor/README.md` (+1 -1) 📝 `crates/resolver/README.md` (+1 -1) 📝 `crates/server/README.md` (+1 -1) 📝 `fuzz/Cargo.toml` (+1 -1) </details> ### 📄 Description Since the latest version of Tokio now has an MSRV of 1.70, I believe we should also bump our MSRV. Alternative to #2321, fixes #2320. cc @justahero --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:17:08 +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#2952
No description provided.