Skip to content

Commit bcfa842

Browse files
gdk-wayland: Bump wayland crate deps
1 parent a7d9f5d commit bcfa842

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
@@ -31,8 +31,8 @@ gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
3131
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3232
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3333
libc = "0.2"
34-
wayland-client = {version = "0.30.0", optional = true}
35-
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
34+
wayland-client = {version = "0.31.0", optional = true}
35+
wayland-backend = {version = "0.3.0", optional = true, features = ["client_system"]}
3636
khronos-egl = {version = "6.0", optional = true}
3737
xkb = {version = "0.3", optional = true}
3838

0 commit comments

Comments
 (0)