From 3377dcf21b380a875e6ea370a5dc79503b2e9033 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 1 Aug 2024 03:15:05 +0000 Subject: [PATCH] Bump version to 0.6.4 for fixed MSRV, errors, and perf improvements Technically this violates SemVer, but the only SemVer-breaking change was changing some return types from `Result` to `Result`. While someone could have been unwrap'ing the error and storing the `()`, its sufficiently unlikely that it seems fine to just bump the patch version to ship all the improvements without a minor version bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66fc9ea..f4c1423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.6.3" +version = "0.6.4" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" -- 2.39.5