From: Matt Corallo Date: Mon, 22 Jul 2024 14:45:56 +0000 (+0000) Subject: Correct the MSRV tag as we use several 1.61-stable const features X-Git-Tag: v0.6.4~12 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=845fb69788c571733eee043d24daa6c14894aef9;p=dnssec-prover Correct the MSRV tag as we use several 1.61-stable const features --- 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"]