Rodolphe Bréard
2 months ago
Failed to extract signature
2 changed files with
8 additions and
4 deletions
-
.github/workflows/ci.yml
-
CHANGELOG.md
|
|
@ -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 |
|
|
|
|
|
@ -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. |
|
|
|
|
|
|
|