Skip to content

Commit 79ae86e

Browse files
author
dcz
committed
build: Use newer wayland-protocols
This brings in wl_seat v10.
1 parent 0d49747 commit 79ae86e

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
@@ -56,7 +56,7 @@ udev = { version = "0.9.0", optional = true }
5656
wayland-client = { version = "0.31.10", optional = true }
5757
wayland-cursor = { version = "0.31.10", optional = true }
5858
wayland-egl = { version = "0.32.7", optional = true }
59-
wayland-protocols = { version = "0.32.8", features = ["unstable", "staging", "server"], optional = true }
59+
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 }
6262
wayland-server = { version = "0.31.9", optional = true }

0 commit comments

Comments
 (0)