From 6109da23f019976f88b014651d6bf130962a9d16 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Sun, 5 Aug 2018 15:30:13 +1200 Subject: [PATCH] Raised minimum version of `x11-dl`. This fixes a compilation error in release mode on X11. Issue #620 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a6600cb9c..7d6d21dc3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,6 @@ 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.10", features = [ "dlopen", "egl", "cursor"] } smithay-client-toolkit = "0.2.6" -x11-dl = "2.17.5" +x11-dl = "2.18.3" parking_lot = "0.6" percent-encoding = "1.0"