Browse Source

Update the MSRV

main
Rodolphe Bréard 2 months ago
parent
commit
b4e476c172
Failed to extract signature
  1. 9
      .github/workflows/ci.yml
  2. 3
      CHANGELOG.md

9
.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

3
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.

Loading…
Cancel
Save