From f42831b356999ea5b4bac513017c0910fbf5e65c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 24 Sep 2024 15:07:30 -0500 Subject: [PATCH] docs(ref): Remove duplicate MSRV comment about MSRV Previousl, we've added a -note to each item in a consistent style. --- src/doc/src/reference/manifest.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 0fcf02b42..f98a561ad 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -167,9 +167,6 @@ Rust language and compiler your package can be compiled with. If the currently selected version of the Rust compiler is older than the stated version, cargo will exit with an error, telling the user what version is required. -The first version of Cargo that supports this field was released with Rust 1.56.0. -In older releases, the field will be ignored, and Cargo will display a warning. - ```toml [package] # ...