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 6cca116335..99824df1f6 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -22,7 +22,7 @@ itertools.workspace = true [target.'cfg(windows)'.dependencies] miow = "0.6.0" -winapi = { version = "0.3.9", features = ["winerror"] } +windows-sys = { version = "0.52", features = ["Win32_Foundation"] } [features] # Uncomment to enable for the whole crate graph |