Skip to content

Commit

Permalink
Add missing winapi features to fix #601
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeOnTea authored and 0xpr03 committed Jun 26, 2024
1 parent efc33c4 commit edfc45b
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 @@ -39,7 +39,7 @@ fsevent = "0.4"
fsevent-sys = "2"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "synchapi", "winbase", "winnt"] }
winapi = { version = "0.3.8", features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "std", "synchapi", "winbase", "winerror", "winnt"] }

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit edfc45b

Please sign in to comment.