From 49a94e5386db1e0fcbe7823b299f2f41f4d64d3c Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 13 Dec 2024 19:37:00 +0000 Subject: [PATCH] [meta] update readme and docs with new MSRV --- README.md | 2 +- site/src/docs/installation/from-source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a4a24b4b0..db896251ec4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository contains the source code for: The minimum supported Rust version to _run_ nextest with is **Rust 1.41.** Nextest is not tested against versions that are that old, but it should work with any version of Rust released in the past year. (Please report a bug if not!) -The minimum supported Rust version to _build_ nextest with is **Rust 1.75.** For building, at least the last 3 versions of stable Rust are supported at any given time. +The minimum supported Rust version to _build_ nextest with is **Rust 1.81.** For building, at least the last 3 versions of stable Rust are supported at any given time. See the [stability policy](https://nexte.st/docs/stability/) for more details. diff --git a/site/src/docs/installation/from-source.md b/site/src/docs/installation/from-source.md index a69418897e9..b2cf3092d92 100644 --- a/site/src/docs/installation/from-source.md +++ b/site/src/docs/installation/from-source.md @@ -18,7 +18,7 @@ cargo install cargo-nextest --locked A plain `cargo install cargo-nextest` without `--locked` is **not supported**. If you run into build issues, please try with `--locked` before reporting an issue. -`cargo nextest` must be compiled and installed with **Rust 1.75** or later (see [Stability policy] for more), but it can build and run +`cargo nextest` must be compiled and installed with **Rust 1.81** or later (see [Stability policy] for more), but it can build and run tests against any version of Rust. [Stability policy]: ../stability/index.md#minimum-supported-rust-version-msrv