Upgrade accesskit_unix to 0.22

Seems the regression is fixed so we can now upgrade it.
This commit is contained in:
Ivan Molodetskikh
2026-06-16 08:32:40 +03:00
parent 188c5300f7
commit fdb6d85fc7
3 changed files with 41 additions and 36 deletions
+2 -5
View File
@@ -51,11 +51,8 @@ readme = "README.md"
keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
[dependencies]
# accesskit_unix 0.18 has a regression where it doesn't work in normal configurations.
# accesskit 0.21 is its correct dependent version.
# https://github.com/niri-wm/niri/issues/3594
accesskit = { version = "0.21", optional = true }
accesskit_unix = { version = "0.17", optional = true }
accesskit = { version = "0.24", optional = true }
accesskit_unix = { version = "0.22", optional = true }
anyhow.workspace = true
arrayvec = "0.7.6"
async-channel = "2.5.0"