Skip to content

Commit 7662875

Browse files
authored
cursor-icon version 1.2.0
1 parent 7a3f2e3 commit 7662875

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## Unreleased
99

10+
## 1.2.0
11+
1012
- Implement `Hash` for `ParseError`.
11-
- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42
13+
- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42.
1214

1315
## 1.1.0
1416

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cursor-icon"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
55
description = "Cross platform cursor icon type"
66
repository = "https://github.com/rust-windowing/cursor-icon"

0 commit comments

Comments
 (0)