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 c1bbfaa commit 77dfcb8Copy full SHA for 77dfcb8
plugins/notification/Cargo.toml
@@ -29,7 +29,7 @@ url = { version = "2", features = [ "serde" ] }
29
serde_repr = "0.1"
30
31
[target."cfg(windows)".dependencies]
32
-win7-notifications = { version = "0.4.3", optional = true }
+win7-notifications = { version = "0.4.4", optional = true }
33
windows-version = { version = "0.1", optional = true }
34
35
[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