mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
4ee30f578e
For `ecdsa` crate: MSRV is 1.73 due to a bump of `elliptic-curve` to v0.14.0-pre.0. This commit begins the next round of breaking changes and bumps all crates to prerelease versions. The main change in `signature` is an upgrade of the `digest` crate to v0.11.0-pre.3, which is what brings the new MSRV 1.71 requirement.