Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index bdde9fc8c9..bfce91b1d3 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -17,7 +17,7 @@ always-assert = { version = "0.1.2", features = ["log"] } [target.'cfg(windows)'.dependencies] miow = "0.4.0" -winapi = "0.3.9" +winapi = { version = "0.3.9", features = ["winerror"] } [features] # Uncomment to enable for the whole crate graph |