Skip to content

Commit 9a3c195

Browse files
author
dcz
committed
build: Use newer wayland-server
This brings in the wl_seat protocol v10. Signed-off-by: dcz <[email protected]>
1 parent 87e6d88 commit 9a3c195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ wayland-egl = { version = "0.32.7", optional = true }
5959
wayland-protocols = { version = "0.32.9", features = ["unstable", "staging", "server"], optional = true }
6060
wayland-protocols-wlr = { version = "0.3.8", features = ["server"], optional = true }
6161
wayland-protocols-misc = { version = "0.3.8", features = ["server"], optional = true }
62-
wayland-server = { version = "0.31.9", optional = true }
62+
wayland-server = { version = "0.31.10", optional = true }
6363
wayland-sys = { version = "0.31.6", optional = true }
6464
wayland-backend = { version = "0.3.10", optional = true }
6565
winit = { version = "0.30.0", default-features = false, features = ["wayland", "wayland-dlopen", "x11", "rwh_06"], optional = true }

0 commit comments

Comments
 (0)