temp: remove unused changelog change & unpin notify-rust patch version

pull/2623/head
MGough 3 months ago
parent cb91ae7cc6
commit 45940f9ffb
No known key found for this signature in database

@ -1,6 +0,0 @@
---
"notification": patch
"notification-js": patch
---
Updates upstream `notify-rust` dependency to a version that does not panic when a notification is sent on MacOS.

@ -43,7 +43,7 @@ win7-notifications = { version = "0.4.5", optional = true }
windows-version = { version = "0.1", optional = true }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
notify-rust = "4.11.7"
notify-rust = "4.11"
[dev-dependencies]
color-backtrace = "0.7"

Loading…
Cancel
Save