From 39d73f1b102dcc2efb4c3c8c3f9dc73c9497b94c Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 19 Mar 2019 13:57:35 +0100 Subject: [PATCH] Acknowledge the minimal required Rust version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98842ed..eba1341 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Automatic Certificate Management Environment (ACME), is an internet standard ## Build -In order to compile ADMEd, you will need the latest stable version of [Rust](https://www.rust-lang.org/), although it should work with versions as low as 1.31. +In order to compile ADMEd, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimal required Rust version is 1.31.0, although it is recommended to use the latest stable one. ``` cargo build --release