Skip to content

Commit

Permalink
Fix compilation on Windows with Rust 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 9, 2024
1 parent 83b84d1 commit 5df0fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
libc = "0.2.99"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase"] }
winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase", "winerror", "winnt"] }

[target.'cfg(unix)'.dev-dependencies]
tempdir = "0.3"

0 comments on commit 5df0fba

Please sign in to comment.