diff --git a/Cargo.toml b/Cargo.toml index 83c756e4..ce3d99d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["/examples"] tauri = { version = "1" } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.36" +version = "0.42" features = [ "Win32_System_Threading", "Win32_System_DataExchange",