From 5cec5afc6a790d57cb0366e578b25c2c2a6b4686 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 31 Jul 2017 16:14:19 +0200 Subject: [PATCH] Upgraded x11-dll to 2.14 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd1c7d2..cb19d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,22 +41,22 @@ kernel32-sys = "0.1.4" gdi32-sys = "0.1.1" [target.i686-unknown-linux-gnu.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.x86_64-unknown-linux-gnu.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.arm-unknown-linux-gnueabihf.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.aarch64-unknown-linux-gnu.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.x86_64-unknown-dragonfly.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.x86_64-unknown-freebsd.dependencies] -x11-dl = "~2.2" +x11-dl = "~2.14" [target.x86_64-unknown-redox.dependencies] orbclient = "0.3.4"