Skip to content

Commit edfc45b

Browse files
MikeOnTea0xpr03
authored andcommitted
Add missing winapi features to fix #601
1 parent efc33c4 commit edfc45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fsevent = "0.4"
3939
fsevent-sys = "2"
4040

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

4444
[dev-dependencies]
4545
tempfile = "3"

0 commit comments

Comments
 (0)