diff --git a/Cargo.toml b/Cargo.toml index 657960d..5eb9cde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] wayland-client = {version="0.29", features = ["use_system_lib"]} -wayland-protocols = {version="0.29", features = ["client", "unstable_protocols"]} +wayland-protocols = {version="0.30", features = ["client", "unstable_protocols"]} # wayland-protocols-misc = "0.1.0-beta.4" This crate should be used once the input-method protocol is removed from the wayland-protocols crate input-event-codes = "5.16.8" log = { version = "0.4", optional = true }