summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parent38f7870ad4b3abd0815a3f7cc5f41b27ed65b8e8 (diff)
Update READMEs for new MSRV.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 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)