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.