From b3a1aa9c7a9c7ccb9819495077e2f4f31bbf6aa8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 14 Mar 2020 09:35:01 -0700 Subject: [PATCH] Update changelog note about crate-versions flag. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6ea580319..151475081e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -118,7 +118,7 @@ - Added new feature resolver. [#7820](https://github.com/rust-lang/cargo/pull/7820) - Rustdoc docs now automatically include the version of the package in the - side bar. + side bar (requires `-Z crate-versions` flag). [#7903](https://github.com/rust-lang/cargo/pull/7903) ## Cargo 1.42 (2020-03-12)