From 2f70906665a1f20715d367e97f1628cea0509544 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Mon, 7 Apr 2025 06:12:20 +0200 Subject: [PATCH] Cargo.toml: Document that MSRV can be bumped if there is a reason for it To the best of my knowledge our current MSRV rule is that we can bump MSRV whenever there is a reason for it. Let's document it. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 42555277..a52a3f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ version = "0.25.0" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build/main.rs" edition = '2021' +# You are free to bump MSRV as soon as a reason for bumping emerges. rust-version = "1.74" [features]