From 3d41aea381afc9a6ccf8fe4492fd5cbb09940f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Thu, 26 Jan 2023 22:31:50 +0100 Subject: [PATCH] Update the MSRV --- .github/workflows/ci.yml | 7 ++----- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927d8d5..f408cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,10 @@ jobs: strategy: matrix: rust: - - 1.60.0 - - 1.61.0 - - 1.62.1 - - 1.63.0 - 1.64.0 - 1.65.0 - - 1.66.0 + - 1.66.1 + - 1.67.0 - stable - beta - nightly diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ea79..f8a0899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ 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 minimum supported Rust version (MSRV) is now 1.64. + + ## [0.21.0] - 2022-12-19 ### Fixed diff --git a/README.md b/README.md index 905b64f..957e896 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.60, 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 minimum supported Rust version(MSRV) is 1.64, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher.