summaryrefslogtreecommitdiffstats
path: root/net/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 /net/Cargo.toml
parentbf3768a9312c4e402b1c64c8f54134b7da1472e7 (diff)
Bump MSRV to 1.67.
- Fixes https://gitlab.com/sequoia-pgp/sequoia/-/issues/1038
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 0a66bdc4..c10d6d9f 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["cryptography", "openpgp", "pgp", "hkp", "keyserver"]
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" }