From d7140146f27b68214488f0aefdf9644a9757fe6a Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Mon, 12 Dec 2022 17:50:58 -0500 Subject: [PATCH] Add `rust-version` to cargo Co-authored-by: str4d --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b1b49ff..577e224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Henry de Valence "] readme = "README.md"