Skip to content

Commit

Permalink
Add missing winapi dependency feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jul 17, 2024
1 parent 2866654 commit e4f3533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tracing-subscriber = { optional = true, version = "0.3", features = [
] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["wincon"] }
winapi = { version = "0.3", features = ["processthreadsapi", "wincon"] }
winreg = "0.52"

[lints.clippy]
Expand Down

0 comments on commit e4f3533

Please sign in to comment.