From 845fb69788c571733eee043d24daa6c14894aef9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 22 Jul 2024 14:45:56 +0000 Subject: [PATCH] Correct the MSRV tag as we use several 1.61-stable const features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1334c77..66fc9ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "A simple crate which allows for the creation and validation of tr keywords = ["dns", "dnssec", "rfc9102", "no-std"] categories = ["cryptography", "no-std"] edition = "2021" -rust-version = "1.60.0" +rust-version = "1.61.0" [package.metadata.docs.rs] features = ["std", "validation", "tokio"] -- 2.39.5