From ed97271c89505c0a7b3fcf7188cf06e3da60d1bd Mon Sep 17 00:00:00 2001 From: gwenn Date: Mon, 7 Oct 2024 09:14:02 +0200 Subject: [PATCH] MSRV --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 47d4e1b79..c08a735f2 100644 --- a/README.md +++ b/README.md @@ -252,3 +252,8 @@ literal newline to be added to the input buffer. The way to achieve multi-line editing is to implement the `Validator` trait. + +## Minimum supported Rust version (MSRV) + +Latest stable Rust version at the time of release. It might compile with older versions. +