Add rust-version to cargo

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Michael Rosenberg 2022-12-12 17:50:58 -05:00 committed by GitHub
parent 274f4a7bec
commit d7140146f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ name = "curve25519-dalek"
# - if README was updated, also update module documentation in src/lib.rs
version = "4.0.0-pre.2"
edition = "2021"
rust-version = "1.56.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"