Skip to content

Commit e431e42

Browse files
committed
v0.9.2
1 parent 319b3d1 commit e431e42

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "win32_notif"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
edition = "2021"
55
description = "Wrapper around Windows UWP XAML (WinRT) Notification api"
66
license = "MIT"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Win32 Notif
22

3+
[![Crates.io Version](https://img.shields.io/crates/v/win32_notif?logo=Docs.rs)](https://docs.rs/win32_notif)
4+
35
A lightweight crate to help you to compose beautiful notifications for Windows OS.
46

57
This crate aims for **100%** coverage of the WinRT Toast api as much as possible.

0 commit comments

Comments
 (0)