From c96a7fc0f28f902ab814d89454c68bed764bdbc2 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 25 Oct 2025 09:31:58 -0700 Subject: [PATCH] Avoid specifying which version will change behavior --- src/doc/src/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/CHANGELOG.md b/src/doc/src/CHANGELOG.md index c4beb61415d..d6ac41c7281 100644 --- a/src/doc/src/CHANGELOG.md +++ b/src/doc/src/CHANGELOG.md @@ -104,7 +104,7 @@ when `build.build-dir` is set. These tarballs were previously included due to an oversight and are now treated as intermediate artifacts. To get `.crate` tarballs as final artifacts, use `cargo package`. - In the next version, this change will apply regardless of `build.build-dir`. + In a future version, this change will apply regardless of `build.build-dir`. [#15910](https://github.com/rust-lang/cargo/pull/15910) - Adjust Cargo messages to match rustc diagnostic style [#15928](https://github.com/rust-lang/cargo/pull/15928)