diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-29 18:56:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 18:56:29 +0900 |
| commit | 95e7342773e05c7d3e844336dd727bf65da9c046 (patch) | |
| tree | 7ae881458f153d342eaa98c2fa31c1a1caccaa28 | |
| parent | ed351e2818f906e87ac95cd0019ba39d62401d58 (diff) | |
| parent | efb1acf4a00d28336c7cfc369c9315bb830c53a9 (diff) | |
Rollup merge of #68603 - kornelski:patch-1, r=pietroalbini
Changelog: Demonstrate final build-override syntax
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 02edb0cf83c..10e485c1a40 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -62,9 +62,9 @@ Cargo - [Cargo.lock now uses a more git friendly format that should help to reduce merge conflicts.][cargo/7579] - [You can now override specific dependencies's build settings][cargo/7591] E.g. - `[profile.dev.overrides.image] opt-level = 2` sets the `image` crate's + `[profile.dev.package.image] opt-level = 2` sets the `image` crate's optimisation level to `2` for debug builds. You can also use - `[profile.<profile>.build_overrides]` to override build scripts and + `[profile.<profile>.build-override]` to override build scripts and their dependencies. Misc |
