From 3641afc1f6229add13e40b87ca164944dab23d6c Mon Sep 17 00:00:00 2001 From: Luke Frisken Date: Tue, 25 Jun 2024 17:33:54 +1000 Subject: [PATCH] Bump MSRV to 1.64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea5054..f9681e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-acme" version = "0.5.0" edition = "2021" -rust-version = "1.63" +rust-version = "1.64" license = "Apache-2.0" description = "Async pure-Rust ACME client" homepage = "https://github.com/instant-labs/instant-acme"