From d220983d09cdd14bb395f6c25ba5f61e7285add2 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 14 Oct 2023 10:54:39 +0200 Subject: [PATCH] gdk-wayland: Bump wayland crate deps --- gdk4-wayland/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk4-wayland/Cargo.toml b/gdk4-wayland/Cargo.toml index c4227c9901af..2ca090e31e58 100644 --- a/gdk4-wayland/Cargo.toml +++ b/gdk4-wayland/Cargo.toml @@ -31,8 +31,8 @@ gdk = {path = "../gdk4", package = "gdk4", version = "0.8"} gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]} glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]} libc = "0.2" -wayland-client = {version = "0.30.0", optional = true} -wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]} +wayland-client = {version = "0.31.0", optional = true} +wayland-backend = {version = "0.3.0", optional = true, features = ["client_system"]} khronos-egl = {version = "6.0", optional = true} xkb = {version = "0.3", optional = true}