From 45940f9ffb77f5553f1001a931aec221f57baba8 Mon Sep 17 00:00:00 2001 From: MGough <6558104+MGough@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:08:07 +0100 Subject: [PATCH] temp: remove unused changelog change & unpin notify-rust patch version --- .changes/notifications-fix-panic.md | 6 ------ plugins/notification/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .changes/notifications-fix-panic.md 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"