mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-16 13:22:04 +00:00
Bump MSRV to 1.64 due to clap
This commit is contained in:
parent
77e435ca01
commit
d20568be25
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -12,16 +12,16 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [stable, beta, 1.60.0]
|
||||
rust: [stable, beta, 1.64.0]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
rust: beta
|
||||
- os: windows-latest
|
||||
rust: beta
|
||||
- os: macos-latest
|
||||
rust: 1.60.0
|
||||
rust: 1.64.0
|
||||
- os: windows-latest
|
||||
rust: 1.60.0
|
||||
rust: 1.64.0
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
@ -22,7 +22,7 @@ specification.
|
||||
* Support for processing multiple orders concurrently
|
||||
* Uses hyper with rustls and Tokio for HTTP requests
|
||||
* Uses *ring* for ECDSA signing
|
||||
* Minimum supported Rust version: 1.51
|
||||
* Minimum supported Rust version: 1.64
|
||||
|
||||
## Limitations
|
||||
|
||||
@ -31,4 +31,4 @@ specification.
|
||||
|
||||
## Getting started
|
||||
|
||||
See the [examples](examples) directory for an example of how to use instant-acme.
|
||||
See the [examples](examples) directory for an example of how to use instant-acme.
|
||||
|
Loading…
Reference in New Issue
Block a user