summaryrefslogtreecommitdiffstats
path: root/ipc
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 /ipc
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 'ipc')
-rw-r--r--ipc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 8cfeafb9..93236be1 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -14,6 +14,7 @@ repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
license = "LGPL-2.0-or-later"
edition = "2018"
+rust-version = "1.60"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }