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 ce1a4e9 commit 22ef1fdCopy full SHA for 22ef1fd
wayland-server/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 0.31.1 -- 2024-01-29
6
+
7
+- Dropped `nix` dependency in favor of `rustix`
8
9
## 0.31.0 -- 2023-09-02
10
11
#### Breaking changes
wayland-server/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "wayland-server"
-version = "0.31.0"
+version = "0.31.1"
documentation = "https://docs.rs/wayland-server/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
0 commit comments