summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b54a9dd1..7193efc8 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ $ docker run --rm -i sq packet dump < cert.asc
## Requirements
-To build Sequoia, you need at least Rust 1.48 and a few libraries,
+To build Sequoia, you need at least Rust 1.56 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:
@@ -207,9 +207,9 @@ $ sudo apt install git rustc cargo clang libclang-dev make pkg-config nettle-dev
Notes:
- - You need at least `rustc` version 1.48. The version in Debian 10
- (Buster) is too old, but you can use [rustup]. The version from
- Debian 11 (Bullseye) works fine.
+ - You need at least `rustc` version 1.56. 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)
and Debian 11 (Bullseye) are fine.