From dd8debd200d9a8122cb9300ceda4902d4b54e472 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sun, 13 Nov 2022 21:23:52 +0000 Subject: [PATCH] Add MSRV policy to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1fb7ba..3eb741d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,10 @@ Simplicity is more important than minor performance improvements. Avoid advanced language features unless there's a good reason to use them. The code should be comprehensible even to a Rust beginner. +### MSRV + +The MSRV must not be greater than the version of [rustc package](https://tracker.debian.org/pkg/rustc) in Debian testing. + ### Dependencies Try to minimize the number of dependencies.