Update RELEASES.md

Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
This commit is contained in:
Mazdak Farrokhzad 2019-04-05 19:38:24 +02:00 committed by GitHub
parent 75adc25b21
commit 4ba3034140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]