From 623b5c69149fc530ec383727fb3e6cf587c4ac98 Mon Sep 17 00:00:00 2001 From: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:24:11 +0000 Subject: [PATCH] cargo-verify-project: add deprecation notice (#18377) --- pages/common/cargo-verify-project.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/common/cargo-verify-project.md b/pages/common/cargo-verify-project.md index 8212f0f42c..2cde16c3ee 100644 --- a/pages/common/cargo-verify-project.md +++ b/pages/common/cargo-verify-project.md @@ -1,7 +1,8 @@ # cargo verify-project > Check the correctness of the `Cargo.toml` manifest and print the result as a JSON object. -> More information: . +> Note: this command is deprecated and may be removed in the future. +> More information: . - Check the correctness of the current project's manifest: