From 735c583d75908e2013db11b3a5c9b5a6ab15a3ef Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 6 Oct 2023 23:25:43 -0700 Subject: [PATCH] Restore MSRV to 1.61.0. --- .github/workflows/ci.yml | 4 +--- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e540a4c..664a9622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,9 +158,7 @@ jobs: - stable - nightly - # MSRV: webpki builds and works with Rust 1.47 and later. The - # rcgen-based test requires 1.67.0 or later. - - 1.67.0 + - 1.61.0 - beta diff --git a/Cargo.toml b/Cargo.toml index 327d158e..4ce94fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ license-file = "LICENSE" name = "webpki" readme = "README.md" repository = "https://github.com/briansmith/webpki" +rust-version = "1.61.0" version = "0.22.2" include = [