From 8639d7b9f5c295bf3def361bf3ce3e9bb4893d23 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 29 Oct 2024 08:23:59 -0700 Subject: [PATCH] Update MSRV for cargo::error --- src/doc/src/reference/build-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/build-scripts.md b/src/doc/src/reference/build-scripts.md index f4eff36e85e..6c80a78e10c 100644 --- a/src/doc/src/reference/build-scripts.md +++ b/src/doc/src/reference/build-scripts.md @@ -325,7 +325,7 @@ has finished running, and then fail the build. > The caller can then decide whether or not to display the `Err` variant > using `cargo::error`. -> **MSRV:** Respected as of 1.82 +> **MSRV:** Respected as of 1.84 ### `cargo::warning=MESSAGE` {#cargo-warning}