We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe474 commit f107854Copy full SHA for f107854
crates/tauri-bundler/Cargo.toml
@@ -51,7 +51,7 @@ windows-registry = "0.5"
51
glob = "0.3"
52
53
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
54
-version = "0.60"
+version = "0.61"
55
features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
56
57
[target."cfg(target_os = \"macos\")".dependencies]
crates/tauri-cli/Cargo.toml
@@ -116,7 +116,7 @@ insta = "1"
116
pretty_assertions = "1"
117
118
[target."cfg(windows)".dependencies.windows-sys]
119
120
features = [
121
"Win32_Security",
122
"Win32_Storage_FileSystem",
0 commit comments