summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-10-06 12:22:46 +0200
committerIgor Matuszewski <xanewok@gmail.com>2020-10-06 12:41:25 +0000
commit426527432d4a557a6a616f214b8a9efa3e5adca7 (patch)
treef80fbb80fe71de951b7f0cb2a7688740c4cc3b60 /README.md
parent2ce9716ae2ec7d5a2a7d8861b62557b13a193e0e (diff)
Update README.md for MSRV 1.46.
- Fixes #557. - Use "1.46" in both READMEs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 998c2e40..7ba63ca6 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ the C API.
these add `PYTHON=disable` to all `make` invocations. E.g. `make
PYTHON=disable`.
-To build Sequoia, you need at least Rust 1.34 and a few libraries,
+To build Sequoia, you need at least Rust 1.46 and a few libraries,
notably the Nettle cryptographic library version 3.4.1 or up. Please
see below for OS-specific commands to install the needed libraries:
@@ -130,12 +130,11 @@ $ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev c
Notes:
- - You need at least rustc version 1.34. The version in Debian 9
- (Stretch) is too old. The version from Debian 10 (Buster) works
+ - You need at least rustc version 1.46. The version in Debian 10
+ (Buster) is too old. The version from Debian 11 (Bullseye) works
fine.
- - The version of Nettle in Debian 9 (Stretch), is too old. Instead,
- you need at least version 3.4.1, which is available from Debian 10
- (Buster).
+ - You need at least Nettle 3.4.1. Both the versions in Debian 10 (Buster)
+ and Debian 11 (Bullseye) are fine.
### Arch Linux