From 37458d94b288945f6cfbd3c5c233f634d59f246c Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 24 Jun 2025 21:51:47 +0300 Subject: Bump xcursor version in Cargo.toml too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f21d5cbc..c519b19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ tracy-client.workspace = true url = { version = "2.5.4", optional = true } wayland-backend = "0.3.10" wayland-scanner = "0.31.6" -xcursor = "0.3.9" +xcursor = "0.3.10" zbus = { version = "5.7.1", optional = true } [dependencies.smithay] -- cgit