From ee45925ed69660f2a8645fa26c224a622318d21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 12 Jan 2022 21:13:19 +0100 Subject: [PATCH] Set the minimal required Rust version to 1.54 --- .github/workflows/ci.yml | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8a1018..122d937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,11 @@ jobs: strategy: matrix: rust: - - 1.46.0 - - 1.51.0 - - 1.56.0 - stable + - 1.57.0 + - 1.56.0 + - 1.55.0 + - 1.54.0 - beta - nightly steps: diff --git a/README.md b/README.md index 418f90e..07d4bc4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/ta ## 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.46, 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.54, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher.