From 426527432d4a557a6a616f214b8a9efa3e5adca7 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Tue, 6 Oct 2020 12:22:46 +0200 Subject: Update README.md for MSRV 1.46. - Fixes #557. - Use "1.46" in both READMEs. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3