From 11255d4275772e8bbe77e5232b0273c253ad8d9d Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 23 Apr 2019 23:45:33 +0200 Subject: [PATCH] Update the minimal rustc version --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f2378a..c6c6aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - - "1.31.0" + - "1.32.0" - "stable" - "beta" - "nightly" diff --git a/README.md b/README.md index c5398fa..03693a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The Automatic Certificate Management Environment (ACME), is an internet standard ## Build from source -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. +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.32.0, although it is recommended to use the latest stable one. ACMEd depends on the OpenSSL. The minimal supported versions are those from the [openssl](https://docs.rs/openssl/) crate, currently OpenSSL 1.0.1 through 1.1.1 and LibreSSL 2.5 through 2.8.