From 64d9c595bd5aec58f81a0c3ee562ad53b385eccb Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:02:05 +0100 Subject: [PATCH] docs: add msrv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff082fa..681a680 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,6 @@ topgrade `pacdef` combines the words "package" and "define". -## supported rust version +## minimum supported rust version (MSRV) -latest stable +MSRV is 1.65.0. Development is conducted against the latest stable version.