From eacb1748f90c92865fdda751e67b6555194a3e16 Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Wed, 20 Dec 2023 14:55:40 -0500 Subject: [PATCH] docs: Add MSRV support policy (#74) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c1e8dd9..a086bf7 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,9 @@ working code.) Early stage release for feedback purposes. May contain bugs or performance issues. API subject to change. + +## Minimum Supported Rust Version + +This project aims to maintain compatibility with a Rust version that is at least six months old. + +Version updates may occur more frequently than the policy guideline states if external forces require it. For example, a CVE in a downstream dependency requiring an MSRV bump would be considered an acceptable reason to violate the six month guideline.