diff --git a/Cargo.toml b/Cargo.toml index 8333c9648..5cad89beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ mac-notification-sys = "0.5.0" chrono = { version = "0.4", optional = true} [target.'cfg(target_os="windows")'.dependencies] -winrt-notification = "0.5" +winrt-notification = { package = "tauri-winrt-notification", version = "0.1" } [features] default = ["z"]