mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
Add rust-version to cargo
Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
parent
274f4a7bec
commit
d7140146f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue