From b4e476c172ea9c073f6743776d54dedfde3b1878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 11 Mar 2025 15:48:51 +0100 Subject: [PATCH] Update the MSRV --- .github/workflows/ci.yml | 9 +++++---- CHANGELOG.md | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233fdaf..1f0d522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,11 @@ jobs: strategy: matrix: rust: - - 1.74.1 - - 1.75.0 - - 1.76.0 - - 1.77.0 + - 1.81.0 + - 1.82.0 + - 1.83.0 + - 1.84.1 + - 1.85.0 - stable - beta - nightly diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed54b3..d707a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- The minimum supported Rust version (MSRV) is now 1.81. + ### Fixed - Fix the panic when tacd starts.