]> git.bitcoin.ninja Git - dnssec-prover/commitdiff
Correct the MSRV tag as we use several 1.61-stable const features
authorMatt Corallo <git@bluematt.me>
Mon, 22 Jul 2024 14:45:56 +0000 (14:45 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Jul 2024 14:51:28 +0000 (14:51 +0000)
Cargo.toml

index 1334c77c08b87fc8febff09cac9c6eedd5bacec8..66fc9eaa1d082691f65c621ca72afcd2459d502b 100644 (file)
@@ -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"]