Browse Source

Update the MSRV

main
Rodolphe Bréard 2 months ago
parent
commit
d160704448
Failed to extract signature
  1. 4
      .forgejo/workflows/ci.yml
  2. 1
      CHANGELOG.md
  3. 2
      README.md

4
.forgejo/workflows/ci.yml

@ -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

1
CHANGELOG.md

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

2
README.md

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

Loading…
Cancel
Save