Skip to content

Commit

Permalink
fix(deps): update rust crate winrt-notification to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 2bd2a2c commit 9d9b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mac-notification-sys = "0.6"
chrono = { version = "0.4", optional = true}

[target.'cfg(target_os="windows")'.dependencies]
winrt-notification = { package = "tauri-winrt-notification", version = "0.2" }
winrt-notification = { package = "tauri-winrt-notification", version = "0.6" }

[features]
default = ["z"]
Expand Down

0 comments on commit 9d9b48b

Please sign in to comment.