From e607714b39048849cbf0391808316e383f273bec Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 11 Aug 2023 09:14:47 +0200 Subject: [PATCH] Bump MSRV to 1.63 for socket 0.5.3 --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f812830..1466b77 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,7 +40,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.60.0 + toolchain: 1.63.0 override: true - uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 32f3012..1c79e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "instant-acme" version = "0.4.0" edition = "2021" +rust-version = "1.63" license = "Apache-2.0" description = "Async pure-Rust ACME client" homepage = "https://github.com/instant-labs/instant-acme" @@ -9,7 +10,6 @@ repository = "https://github.com/instant-labs/instant-acme" documentation = "https://docs.rs/instant-acme" keywords = ["letsencrypt", "acme"] categories = ["web-programming", "api-bindings"] -rust-version = "1.60.0" [features] default = ["hyper-rustls"]