summaryrefslogtreecommitdiffstats
path: root/sq
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 /sq
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 'sq')
-rw-r--r--sq/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 4086f334..c4c45860 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -22,6 +22,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "command-line-utilities"]
license = "GPL-2.0-or-later"
edition = "2018"
+rust-version = "1.60"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }