]> git.bitcoin.ninja Git - dnssec-prover/commit
Bump version to 0.6.4 for fixed MSRV, errors, and perf improvements v0.6.4
authorMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:15:05 +0000 (03:15 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:55:38 +0000 (03:55 +0000)
commit3377dcf21b380a875e6ea370a5dc79503b2e9033
treead87f811008b734b84bec17657a42584d0dc2aad
parent341273d3f5a4173761f8314e83429b9ee9be534e
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<T, ()>` to
`Result<T, ErrEnum>`. 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