Skip to content

Commit f299dd9

Browse files
committed
Perform the overrides → package rename
The unstable feature has changed the naming scheme of the toml keys. For more info, see: rust-lang/cargo#7504
1 parent 579e197 commit f299dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ debug = false
1515

1616
# This allows us to optimize dependencies
1717
# If you aren't on nightly, you can just comment this out.
18-
[profile.dev.overrides."*"]
18+
[profile.dev.package."*"]
1919
opt-level = 3
2020

2121
# Also optimize mehlon-meshgen
2222
# Per default, workspace members are not included by "*".
23-
[profile.dev.overrides.mehlon-meshgen]
23+
[profile.dev.package.mehlon-meshgen]
2424
opt-level = 3

0 commit comments

Comments
 (0)