summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-22 10:52:03 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-29 11:53:54 +0100
commit6778bfd171055b8ac3f826531d469abab1f04a7e (patch)
treeceeca4ba240e4c9659476fcb7796534ca2237cbf /openpgp/Cargo.toml
parente1405c80ca26ee3967ddf6a99a9a30bce98449c7 (diff)
openpgp: State MSRV in Cargo.toml.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index a0cea587..7e8c0e07 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -20,6 +20,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"]
license = "LGPL-2.0-or-later"
edition = "2018"
+rust-version = "1.56"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }