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 22ef1fd commit eb7a57bCopy full SHA for eb7a57b
wayland-cursor/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 0.31.1 -- 2024-01-29
6
+
7
+- Dropped `nix` dependency in favor or `rustix`
8
9
## 0.31.0 -- 2023-09-02
10
11
- Update to wayland-client 0.31
@@ -10,4 +14,4 @@
14
15
## 0.30.0-alpha1
12
16
13
-Rework of the crate as a consequence of the rework of `wayland-client`.
17
+Rework of the crate as a consequence of the rework of `wayland-client`.
wayland-cursor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "wayland-cursor"
-version = "0.31.0"
+version = "0.31.1"
documentation = "https://docs.rs/wayland-cursor/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
0 commit comments