From c0b9d4233e45bfa08b562db0b6507545a86fd923 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Thu, 11 May 2023 13:58:46 +0200 Subject: [PATCH] docs: update the MSRV in the README Signed-off-by: ljedrz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefaf3a15..6740c7cf1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Quinn is a pure-rust, async-compatible implementation of the IETF [QUIC][quic] t [rustls][rustls] and [*ring*][ring] - Application-layer datagrams for small, unreliable messages - Future-based async API -- Minimum supported Rust version of 1.57.0 +- Minimum supported Rust version of 1.63.0 ## Overview