From d160704448b4413a58ddf13679afffb75120b8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 22 Aug 2025 15:10:34 +0200 Subject: [PATCH] Update the MSRV --- .forgejo/workflows/ci.yml | 4 ---- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1020823..3c9a2d6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,10 +8,6 @@ jobs: strategy: matrix: rust: - - 1.81.0 - - 1.82.0 - - 1.83.0 - - 1.84.1 - 1.85.1 - 1.86.0 - 1.87.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 735e9e5..1694254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate ### Changed +- The minimum supported Rust version (MSRV) is now 1.85. - The development has been move from GitHub to Codeberg. diff --git a/README.md b/README.md index 6e9a4c9..c7faa98 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ man =(curl -sSf "https://codeberg.org/rbd/acmed/raw/branch/main/man/en/tacd.8") ## Build from source In order to compile ACMEd, you will need the [Rust][rust] compiler and its -package manager, Cargo. The minimum supported Rust version (MSRV) is 1.74, +package manager, Cargo. The minimum supported Rust version (MSRV) is 1.85, although it is recommended to use the latest stable one. ACMEd depends OpenSSL 1.1.0 or higher.