Skip to content

Commit efb1acf

Browse files
committed
Demonstrate final build-override syntax
1 parent b181835 commit efb1acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Cargo
6262
- [Cargo.lock now uses a more git friendly format that should help to reduce
6363
merge conflicts.][cargo/7579]
6464
- [You can now override specific dependencies's build settings][cargo/7591] E.g.
65-
`[profile.dev.overrides.image] opt-level = 2` sets the `image` crate's
65+
`[profile.dev.package.image] opt-level = 2` sets the `image` crate's
6666
optimisation level to `2` for debug builds. You can also use
67-
`[profile.<profile>.build_overrides]` to override build scripts and
67+
`[profile.<profile>.build-override]` to override build scripts and
6868
their dependencies.
6969

7070
Misc

0 commit comments

Comments
 (0)