summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-20 23:52:16 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-29 11:53:54 +0100
commite1405c80ca26ee3967ddf6a99a9a30bce98449c7 (patch)
tree65a511fa8d9be14d08418cd4540da35df5107319 /openpgp
parentb20d343628e341c832b40f24929515a290b7d0ce (diff)
Move MSRV to 1.56.1
- Rust 1.56.0 is affected by CVE-2021-42574, which is addressed in 1.56.1.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/NEWS1
-rw-r--r--openpgp/README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 2142aeff..cfb8261f 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -5,6 +5,7 @@
* Changes in 1.7.0
** Notable fixes
- sequoia-openpgp can now be compiled to WASM.
+ - The MSRV is now 1.56.1.
* Changes in 1.6.0
** Notable fixes
- Decryption of encrypted messages and verification of
diff --git a/openpgp/README.md b/openpgp/README.md
index dc2a10cc..d238b557 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -124,4 +124,4 @@ sequoia-openpgp = { version = "*", default-features = false, features = ["crypto
# Minimum Supported Rust Version (MSRV)
-`sequoia-openpgp` requires Rust 1.48.
+`sequoia-openpgp` requires Rust 1.56.