dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
853 stars 422 forks source link

ed25519: loosen `signature` crate dependency again #598

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Like #582, there is a new release of signature (v2.2.0) which contains no breaking changes from ed25519-dalek's perspective. The main notable one is it bumps MSRV to 1.60, which so also happens to also be ed25519-dalek's MSRV.

This commit loosens the version requirement to allow >=2.0, <2.3 to allow the signature 2.2 series.

rozbb commented 8 months ago

Does this merit a new release?

tarcieri commented 8 months ago

Yep, the latest v2.0.0 release of ed25519-dalek is still locked to signature <2.1 as it were