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 e2fa6d3 commit 66b9eaaCopy full SHA for 66b9eaa
plugins/notification/Cargo.toml
@@ -32,7 +32,7 @@ serde_repr = "0.1"
32
tauri = { workspace = true, features = ["wry"] }
33
34
[target."cfg(windows)".dependencies]
35
-win7-notifications = { version = "0.4.4", optional = true }
+win7-notifications = { version = "0.4.5", optional = true }
36
windows-version = { version = "0.1", optional = true }
37
38
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
0 commit comments