From eb44677cf4e40c89de12d88647c4a911be06dce5 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sun, 3 Sep 2023 17:32:16 -0700 Subject: [PATCH] Simplify version supremacy clause --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f4c7ad25..f090d0ca 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,7 @@ Thus `backtrace` is likely to use recent Rust features or depend on a library which itself uses them. Its minimum supported Rust version, by policy, is within a few versions of current stable, approximately "stable - 2". -This policy takes precedence over any Rust version stated anywhere else: -the Cargo.toml `rust-version` may reflect what actually builds in CI instead. -It is not a guarantee the version remains as-is from release to release. +This policy takes precedence over versions written anywhere else in this repo. # License