mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "4.0.0-pre.2"
|
version = "4.0.0-pre.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.56.1"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue