diff --git a/RELEASES.md b/RELEASES.md index 3a005f1cc09..821889d64a5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -245,7 +245,7 @@ Stabilized APIs Cargo ----- -- [You can now publish crates which require a feature flag to compile with +- [You can now publish crates that require a feature flag to compile with `cargo publish --features` or `cargo publish --all-features`.][cargo/6453] - [Cargo should now rebuild a crate if a file was modified during the initial build.][cargo/6484]