From fbfc1240591514eb4c455fd960ebfabf7431d849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 30 Oct 2021 20:08:53 +0200 Subject: [PATCH] Update the minimal required Rust version --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cec1ca..6bfb818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed +- The minimal required Rust version is now 1.46. + ## [0.18.0] - 2021-06-13 ### Added diff --git a/README.md b/README.md index aefa90f..6cc86e4 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.42, 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.46, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher.