Browse Source

Update the MSRV

pull/104/head
Rodolphe Bréard 6 months ago
parent
commit
4faf0855ed
  1. 9
      .github/workflows/ci.yml
  2. 2
      CHANGELOG.md
  3. 2
      README.md

9
.github/workflows/ci.yml

@ -8,11 +8,10 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0
- 1.66.1
- 1.67.1
- 1.68.2
- 1.69.0
- 1.70.0
- 1.71.1
- 1.72.1
- 1.73.0
- stable
- beta
- nightly

2
CHANGELOG.md

@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ACMEd no longer crashes when the `random_early_renew` parameter is set to zero (GitHub bug #102).
### Changed
- The minimum supported Rust version (MSRV) is now 1.65.
- The minimum supported Rust version (MSRV) is now 1.70.
- Manual (and badly designed) threads have been replaced by async.
- Randomized early delay, for spacing out renewals when dealing with a lot of certificates.
- Replaced the template engine TinyTemplate with MiniJinja.

2
README.md

@ -77,7 +77,7 @@ man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/ta
## Build from source
In order to compile ACMEd, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimum supported Rust version(MSRV) is 1.65, although it is recommended to use the latest stable one.
In order to compile ACMEd, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimum supported Rust version(MSRV) is 1.70, although it is recommended to use the latest stable one.
ACMEd depends OpenSSL 1.1.0 or higher.

Loading…
Cancel
Save