summaryrefslogtreecommitdiffstats
path: root/openpgp
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
parentbf3768a9312c4e402b1c64c8f54134b7da1472e7 (diff)
Bump MSRV to 1.67.
- Fixes https://gitlab.com/sequoia-pgp/sequoia/-/issues/1038
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
-rw-r--r--openpgp/NEWS2
-rw-r--r--openpgp/README.md3
3 files changed, 4 insertions, 3 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" }
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 24628fb8..3d9d5163 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -30,6 +30,8 @@
- When creating an authentication-capable subkey, Sequoia now also
adds a primary key binding signature.
+
+ - The MSRV is now 1.67.
** New functionality
- The RustCrypto backend now supports DSA.
- crypto::SessionKey::as_protected
diff --git a/openpgp/README.md b/openpgp/README.md
index 376304ee..d850649a 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -134,5 +134,4 @@ sequoia-openpgp = { version = "*", default-features = false, features = ["crypto
# Minimum Supported Rust Version (MSRV)
-`sequoia-openpgp` requires Rust 1.60. The Rust Crypto backend
-requires Rust 1.65.
+`sequoia-openpgp` requires Rust 1.67.