From 3910326709670c067f37453b7c11a1b2d55b9bd3 Mon Sep 17 00:00:00 2001 From: trimental <40879396+trimental@users.noreply.github.com> Date: Sat, 21 Jul 2018 00:08:55 +0800 Subject: [PATCH] Update wayland-client and client-toolkit (#602) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32c83a75..00b30515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,8 +54,8 @@ features = [ ] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] -wayland-client = { version = "0.20.6", features = [ "dlopen", "egl", "cursor"] } -smithay-client-toolkit = "0.2.2" +wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] } +smithay-client-toolkit = "0.2.6" x11-dl = "2.17.5" parking_lot = "0.6" percent-encoding = "1.0"