Browse Source

Set the minimal required Rust version to 1.54

pull/57/head
Rodolphe Bréard 3 years ago
parent
commit
ee45925ed6
  1. 7
      .github/workflows/ci.yml
  2. 2
      README.md

7
.github/workflows/ci.yml

@ -8,10 +8,11 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0
- 1.51.0
- 1.56.0
- stable
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- beta
- nightly
steps:

2
README.md

@ -79,7 +79,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 minimal required Rust version is 1.46, 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 minimal required Rust version is 1.54, although it is recommended to use the latest stable one.
ACMEd depends OpenSSL 1.1.0 or higher.

Loading…
Cancel
Save