aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-06-24 21:51:47 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-06-24 21:52:04 +0300
commit37458d94b288945f6cfbd3c5c233f634d59f246c (patch)
tree2956c98377c70bc5086050c80e2b7313de363293
parent044f14f8f9a3b774efb489d0f30a19a922e4ec46 (diff)
downloadniri-37458d94b288945f6cfbd3c5c233f634d59f246c.tar.gz
niri-37458d94b288945f6cfbd3c5c233f634d59f246c.tar.bz2
niri-37458d94b288945f6cfbd3c5c233f634d59f246c.zip
Bump xcursor version in Cargo.toml too
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]