]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Add an option to use LLD to link the compiler on Windows platforms
[rust.git] / RELEASES.md
index 02edb0cf83c985361888559f5782ebf0a792ef1c..10e485c1a40d56f4c4ea92a33fbc0f1ec518b40e 100644 (file)
@@ -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