summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2023-09-15 11:24:55 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2023-09-15 11:57:34 +0200
commit78d240ccaa20084b88e385df584d12565ba37efc (patch)
treeafe027c19141ad90f656c8c14d21a3318cb3da9c /openpgp/Cargo.toml
parentbf3768a9312c4e402b1c64c8f54134b7da1472e7 (diff)
Bump MSRV to 1.67.
- Fixes https://gitlab.com/sequoia-pgp/sequoia/-/issues/1038
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 5fa28de6..8fd3a6fb 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 = "2021"
-rust-version = "1.60"
+rust-version = "1.67"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }