summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-10-13 16:01:27 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-10-18 11:04:43 +0200
commit050fa88086904993bb133e963a6ba328f138e812 (patch)
treed7ea7126ea8c59bce81a8a8659948adbf350d883
parent38f7870ad4b3abd0815a3f7cc5f41b27ed65b8e8 (diff)
Update READMEs for new MSRV.
-rw-r--r--README.md4
-rw-r--r--openpgp/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf890ae8..7be89541 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ $ docker run --rm -i sq --help
## Requirements and MSRV
-The minimum supported Rust version (MSRV) is 1.56. Sequoia aims to always be
+The minimum supported Rust version (MSRV) is 1.60. Sequoia aims to always be
compatible with the version included in [Debian testing], the MSRV follows what
is available there. Increasing the MSRV will be accompanied by a raise in
the minor version of all crates.
@@ -215,7 +215,7 @@ needed libraries:
Notes:
- - You need at least `rustc` version 1.56. This is the version included in
+ - You need at least `rustc` version 1.60. This is the version included in
Debian 12 (bookworm) at the time of writing. You can use [rustup] if your
distribution only includes an older Rust version.
- You need at least Nettle 3.4.1. Both the versions in Debian 10 (Buster)
diff --git a/openpgp/README.md b/openpgp/README.md
index d238b557..00512b7a 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.56.
+`sequoia-openpgp` requires Rust 1.60.