diff --git a/.changes/notifications-fix-panic.md b/.changes/notifications-fix-panic.md deleted file mode 100644 index f2e51bf4..00000000 --- a/.changes/notifications-fix-panic.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index dc6faa87..bca17c09 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -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"