From 6adccaa618af314e3b1a83097a2f410e0f2a4d47 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 29 Jan 2024 18:22:15 +0100 Subject: [PATCH] Bump the MSRV to 1.63 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eee183..cfb87f8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ specification. * Support for certificate revocation * Uses hyper with rustls and Tokio for HTTP requests * Uses *ring* for ECDSA signing -* Minimum supported Rust version: 1.60 +* Minimum supported Rust version: 1.63 ## Limitations