We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3f2e3 commit 7662875Copy full SHA for 7662875
CHANGELOG.md
@@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
## Unreleased
9
10
+## 1.2.0
11
+
12
- Implement `Hash` for `ParseError`.
-- 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.
14
15
## 1.1.0
16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cursor-icon"
3
-version = "1.1.0"
+version = "1.2.0"
4
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
5
description = "Cross platform cursor icon type"
6
repository = "https://github.com/rust-windowing/cursor-icon"
0 commit comments