Skip to content

Commit 1e892ec

Browse files
committed
Fix the import of winapi::um::handleapi on Windows
1 parent b19042e commit 1e892ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static_assertions = "1.1.0"
5454
thiserror = "1.0.37"
5555

5656
[target.'cfg(windows)'.dependencies]
57-
winapi = { version = "0.3.9", features = ["debugapi", "processthreadsapi"] }
57+
winapi = { version = "0.3.9", features = ["debugapi", "handleapi", "processthreadsapi"] }
5858

5959
[target.'cfg(unix)'.dependencies]
6060
libc = "0.2"

0 commit comments

Comments
 (0)