Skip to content

Commit

Permalink
Add missing winapi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jul 17, 2024
1 parent c1155e7 commit e31f22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tracing-subscriber = { optional = true, version = "0.3", features = [
] }

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

[lints.clippy]
Expand Down

0 comments on commit e31f22e

Please sign in to comment.