Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ed25519 v1.4.0 #450

Merged
merged 1 commit into from
Feb 25, 2022
Merged

ed25519 v1.4.0 #450

merged 1 commit into from
Feb 25, 2022

Conversation

tarcieri
Copy link
Member

NOTE: This crate now requires Rust 1.56 at a minimum as the Rust edition has been upgraded to 2021.

Previous 1.x releases of this crate supported an MSRV of 1.47. If you would like to use this crate with earlier releases of Rust, add the following version constraint in your project's Cargo.toml to constrain it to the supported version range:

[dependencies]
ed25519 = ">=1, <1.4" # ed25519 1.4 requires MSRV 1.56

Note that is our policy that we may change the MSRV in the future, but it will
be accompanied by a minor version bump.

Added

  • Signature::to_vec (#428)

Changed

  • Rust 2021 edition upgrade (#412)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant