Skip to content

Commit

Permalink
Merge branch '0.62.0' of https://github.com/microsoft/windows-rs into…
Browse files Browse the repository at this point in the history
… 0.62.0
  • Loading branch information
kennykerr committed Feb 21, 2025
2 parents c8c0e67 + 0fc7508 commit 527925f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ exclude = [
"crates/targets/baseline",
]

# This compiles external dependencies (outside crates) with full optimization.
# This can improve run time while iterating on development (testing, etc.).
# This has NO EFFECT on end users using windows-* crates.
[profile.dev.package."*"]
opt-level = 2

[workspace.lints.rust]
rust_2018_idioms = { level = "warn", priority = -1 }
missing_docs = "warn"
Expand Down

0 comments on commit 527925f

Please sign in to comment.