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