summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-05 13:37:50 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-05 13:37:50 +0200
commit087396b2d39456d35c0a02e1bcae33025a91fe74 (patch)
tree42819e322b993efcfe8c02705f545f179d5e20a3
parent5ae4a1427e82f80e41b2332eeebf81a85fe538d5 (diff)
openpgp: Note that using Rust Crypto raises the MSRV to 1.65
-rw-r--r--openpgp/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index 990883a7..b7541fa4 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -132,4 +132,5 @@ sequoia-openpgp = { version = "*", default-features = false, features = ["crypto
# Minimum Supported Rust Version (MSRV)
-`sequoia-openpgp` requires Rust 1.60.
+`sequoia-openpgp` requires Rust 1.60. The Rust Crypto backend
+requires Rust 1.65.