From 6db1343c0b65a4f1bccff9aa793455e25809c0c1 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 30 Apr 2025 02:09:44 +0900 Subject: [PATCH] wayland: bump wayland-rs to avoid yanked release --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f71e03d29..6e460c61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,14 +268,14 @@ sctk = { package = "smithay-client-toolkit", version = "0.19.2", default-feature "calloop", ], optional = true } sctk-adwaita = { version = "0.10.1", default-features = false, optional = true } -wayland-backend = { version = "0.3.9", default-features = false, features = [ +wayland-backend = { version = "0.3.10", default-features = false, features = [ "client_system", ], optional = true } -wayland-client = { version = "0.31.8", optional = true } -wayland-protocols = { version = "0.32.6", features = [ +wayland-client = { version = "0.31.10", optional = true } +wayland-protocols = { version = "0.32.8", features = [ "staging", ], optional = true } -wayland-protocols-plasma = { version = "0.3.4", features = [ +wayland-protocols-plasma = { version = "0.3.8", features = [ "client", ], optional = true } x11-dl = { version = "2.19.1", optional = true }