From 3223fec5eeac65cca302ec04cdb2a63b75bfbb29 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 13 May 2021 00:06:45 +0200 Subject: [PATCH] Update MSRV policy As discussed in #190. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a492120..f14a44e 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,8 @@ To run lints: ## MSRV (Minimally Supported Rust Version) -Tealdeer will not bump the MSRV requirement in patch versions, but it may -increase it in minor versions. The reason is that many important libraries -(e.g. the Tokio ecosystem, which is a dependency of reqwest, which is used for -downloading the cache) do not follow a static MSRV, but instead follow a -"stable + last n releases" approach. Trying to guarantee the same MSRV across -all minor releases would be a futile attempt. +When publishing a Tealdeer release, the Rust version required to build it +should be stable for at least a month. ## License