diff --git a/install/Cargo.toml b/install/Cargo.toml index 1a92f5cc53..588d4315df 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -39,7 +39,7 @@ tempfile = { workspace = true } url = { workspace = true } [target."cfg(windows)".dependencies] -winapi = { workspace = true } +winapi = { workspace = true, features = ["minwindef", "winuser"] } winreg = { workspace = true } [package.metadata.docs.rs]