From fca5a57dc04644026d66d7ce7f1e666774f266de Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 15 Jan 2023 11:36:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3582df..73f0bc5 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Another useful tool for making certificates is [mkcert]. ## MSRV Policy -The Minimum Supported Rust Version (MSRV) of this crate is **1.47**. As a **tentative** policy, the MSRV will not advance past the [current Rust version provided by Debian Stable](https://packages.debian.org/stable/rust/rustc). At the time of writing, this version of Rust is *1.48.0*. However, the MSRV may be advanced further in the event of a major ecosystem shift or a security vulnerability. +The Minimum Supported Rust Version (MSRV) of this crate is **1.47**. As a **tentative** policy, the MSRV will not advance past the [current Rust version provided by Debian Stable](https://packages.debian.org/stable/rust/rustc). At the time of writing, this version of Rust is *1.48*. However, the MSRV may be advanced further in the event of a major ecosystem shift or a security vulnerability. ## License