diff --git a/Cargo.toml b/Cargo.toml index 2dae89e..eafab41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" wayland-client = "0.31.0" -wayland-protocols-wlr = { version = "0.2.0", features = ["client"] } +wayland-protocols-wlr = { version = "0.3.12", features = ["client"] } [profile.release] strip = true