dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 133 forks source link

Bump MSRV in `2.0.0` instead of requiring `zeroize =1.3.0` #81

Closed paolobarbolini closed 2 years ago

paolobarbolini commented 2 years ago

Hello, I saw you released the first pre-release for 2.0 but I couldn't find the branch to send the PR myself, so I'll write this here: could version 2 bump it's MSRV instead of requiring zeroize =1.3.0 ? This will break compiling with other crates that require zeroize >1.3.0

isislovecruft commented 2 years ago

Hi @paolobarbolini! Thanks for the suggestion. I'll bump up the MSRV for the prerelease to 1.51. (I think that's what zeroize was requiring?)

isislovecruft commented 2 years ago

The patch for this (#82) has been released in 2.0.0-pre.1.

paolobarbolini commented 2 years ago

Thank you @isislovecruft