Skip to content

Commit 2427a49

Browse files
kornelskiMark-Simulacrum
authored andcommitted
Demonstrate final build-override syntax
1 parent bb392dc commit 2427a49

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
@@ -72,9 +72,9 @@ Cargo
7272
- [Cargo.lock now uses a more git friendly format that should help to reduce
7373
merge conflicts.][cargo/7579]
7474
- [You can now override specific dependencies's build settings][cargo/7591] E.g.
75-
`[profile.dev.overrides.image] opt-level = 2` sets the `image` crate's
75+
`[profile.dev.package.image] opt-level = 2` sets the `image` crate's
7676
optimisation level to `2` for debug builds. You can also use
77-
`[profile.<profile>.build_overrides]` to override build scripts and
77+
`[profile.<profile>.build-override]` to override build scripts and
7878
their dependencies.
7979

8080
Misc

0 commit comments

Comments
 (0)