Cargo.toml: use xkbcommon 0.8

This is the latest upstream version.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/697>
This commit is contained in:
Arnaud Ferraris
2024-11-05 16:45:35 +01:00
parent ec45ef5e1f
commit 73f9cd2ca4

View File

@ -34,7 +34,7 @@ clap = { version = "4.4", features=["std"], default-features = false }
zbus = "1.9"
zvariant = "2.10"
zvariant_derive = "2.10"
xkbcommon = { version = "0.7", features = ["wayland"] }
xkbcommon = { version = "0.8", features = ["wayland"] }
[dependencies.cairo-rs]
version = "0.18"