From c8c4c7c9198625a549d5c8f40bbf6cf64df848ed Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 21 Jun 2020 21:15:28 +0200 Subject: [PATCH] Require Rust 1.40 The base64 does not compile on Rust 1.39 anymore. https://travis-ci.org/github/breard-r/acmed/builds/700636061 --- .travis.yml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08c9cba..a9c1794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: rust dist: xenial rust: - - "1.39.0" - "1.40.0" - "1.41.1" - "1.42.0" diff --git a/README.md b/README.md index 2de3f4d..a62e12e 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ This project provides the following man pages: ## Build from source -In order to compile ACMEd, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimal required Rust version is 1.39.0, although it is recommended to use the latest stable one. +In order to compile ACMEd, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimal required Rust version is 1.40.0, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher. On systems based on Debian/Ubuntu, you may need to install the `libssl-dev`, `build-essential` and `pkg-config` packages. -On Alpine Linux, you may need to install the `openssl-dev` and `alpine-sdk` packages. Since Alpine Linux 3.11 you can use the `rust` and `cargo` packages from the community repository. Older versions of Alpine Linux will require you to install Rust 1.44 or later using rustup. +On Alpine Linux, you may need to install the `openssl-dev` and `alpine-sdk` packages. Since Alpine Linux 3.12 you can use the `rust` and `cargo` packages from the community repository. Older versions of Alpine Linux will require you to install the stable version of Rust using rustup. ``` $ make