From d20568be2589b89938d12673807106c86a3b49cf Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Jan 2023 10:18:33 +0100 Subject: [PATCH] Bump MSRV to 1.64 due to clap --- .github/workflows/rust.yml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 337672e..b259741 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 }} diff --git a/README.md b/README.md index 6594a6d..32fda5f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +See the [examples](examples) directory for an example of how to use instant-acme.