Skip to content

Commit

Permalink
Perform the overrides → package rename
Browse files Browse the repository at this point in the history
The unstable feature has changed the naming scheme
of the toml keys. For more info, see: rust-lang/cargo#7504
  • Loading branch information
est31 committed Oct 24, 2019
1 parent 579e197 commit f299dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ debug = false

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

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

0 comments on commit f299dd9

Please sign in to comment.