From cecdece56de127af77bb703220a4aa8a7b4b689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 17 Sep 2022 18:32:45 +0200 Subject: [PATCH] Update the minimal rust version --- .github/workflows/ci.yml | 7 ++----- README.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367bf6f..0de3300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,11 @@ jobs: strategy: matrix: rust: - - 1.54.0 - - 1.55.0 - - 1.56.0 - - 1.57.0 - - 1.58.1 - 1.59.0 - 1.60.0 - 1.61.0 + - 1.62.1 + - 1.63.0 - stable - beta - nightly diff --git a/README.md b/README.md index d7ad7db..fa8c3d2 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.54, 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.59, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher.