Skip to content

Commit 75ea836

Browse files
gtk4-wayland: Bump wayland dependencies
1 parent 01d2202 commit 75ea836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ gdk = {path = "../gdk4", package = "gdk4", version = "0.5.4"}
2828
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
2929
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3030
libc = "0.2"
31-
wayland-client = {version = "0.30.0-beta.10", optional = true}
32-
wayland-backend = {version = "0.1.0-beta.10", optional = true, features = ["client_system"]}
31+
wayland-client = {version = "0.30.0", optional = true}
32+
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
3333
khronos-egl = {version = "4.1", optional = true}
3434
xkb = {version = "0.2", optional = true}
3535

0 commit comments

Comments
 (0)