Skip to content

Commit

Permalink
Merge pull request #149 from lucasfernog/feat/update-winrt-notification
Browse files Browse the repository at this point in the history
feat: update winrt-notification to a maintained fork, closes #148
  • Loading branch information
hoodie authored Sep 21, 2022
2 parents c875a11 + 99e7340 commit 111052f
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.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"]
Expand Down

0 comments on commit 111052f

Please sign in to comment.