diff --git a/.changes/tauri-beta-17.md b/.changes/tauri-beta-17.md index dbcd3b20..fcb51715 100644 --- a/.changes/tauri-beta-17.md +++ b/.changes/tauri-beta-17.md @@ -11,7 +11,7 @@ "global-shortcut": patch "http": patch "localhost": patch -"log": patch +"log-plugin": patch "nfc": patch "notification": patch "os": patch diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index dbbf04e6..22abb84b 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -48,7 +48,7 @@ winrt-notification = { package = "tauri-winrt-notification", version = "0.2" } [dev-dependencies] color-backtrace = "0.6" ctor = "0.2" -maplit = "1.0" +maplit = "1" [features] default = [ "zbus", "async" ]