summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-10-13 15:56:02 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-10-18 11:04:43 +0200
commit38f7870ad4b3abd0815a3f7cc5f41b27ed65b8e8 (patch)
tree416529a30c41cc066fcd9748babe28339ad3caad /openpgp/Cargo.toml
parent70ccc5eda93c8bbe730ef679200371e1c22e38e0 (diff)
Document MSRV in Cargo.toml.
- Use Cargo.toml's rust-version field instead of a rust-toolchain file. It is more flexible and does not prevent use of newer compilers.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 6b24955d..fe12eb14 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -20,7 +20,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"]
license = "LGPL-2.0-or-later"
edition = "2018"
-rust-version = "1.56"
+rust-version = "1.60"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }