diff --git a/wayland-cursor/CHANGELOG.md b/wayland-cursor/CHANGELOG.md index bef077a62d7..36c84441a4c 100644 --- a/wayland-cursor/CHANGELOG.md +++ b/wayland-cursor/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.31.1 -- 2024-01-29 + +- Dropped `nix` dependency in favor or `rustix` + ## 0.31.0 -- 2023-09-02 - Update to wayland-client 0.31 @@ -10,4 +14,4 @@ ## 0.30.0-alpha1 -Rework of the crate as a consequence of the rework of `wayland-client`. \ No newline at end of file +Rework of the crate as a consequence of the rework of `wayland-client`. diff --git a/wayland-cursor/Cargo.toml b/wayland-cursor/Cargo.toml index 0e484680a7e..de1b33b2a81 100644 --- a/wayland-cursor/Cargo.toml +++ b/wayland-cursor/Cargo.toml @@ -1,6 +1,6 @@ [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 "]