Skip to content

Commit

Permalink
Close sharkdp#595
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Dec 27, 2022
1 parent 4fe8db4 commit 3f255fb
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 @@ -34,7 +34,7 @@ anyhow = "1.0"
libc = "0.2"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt", "jobapi2", "tlhelp32"] }
winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt", "jobapi2", "tlhelp32", "handleapi"] }

[target.'cfg(all(windows, not(windows_process_extensions_main_thread_handle)))'.dependencies]
once_cell = "1.16"
Expand Down

0 comments on commit 3f255fb

Please sign in to comment.