From 374f131f1e5d7982e93bd39268df9acdab6d4288 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 9 May 2018 01:00:54 +0200 Subject: [PATCH] Update wayland-client to version 0.20.4 (#505) Fixes #504 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89dc078c..2c833f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ features = [ ] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies] -wayland-client = { version = "0.20.2", features = [ "dlopen", "egl", "cursor"] } +wayland-client = { version = "0.20.4", features = [ "dlopen", "egl", "cursor"] } smithay-client-toolkit = "0.2.1" x11-dl = "2.17.5" parking_lot = "0.5"