From e40c5cc8a99a8740d2517ebda652fa232e507dc2 Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Thu, 20 Aug 2015 20:39:56 +0000 Subject: [PATCH] Use x11-rs 2.x instead of "*". --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e51c2e..1f6b865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,17 +31,17 @@ core-foundation = "*" cgl = "0.1" [target.i686-unknown-linux-gnu.dependencies.x11] -version = "*" +version = "^2.0.1" features = ["xlib"] [target.x86_64-unknown-linux-gnu.dependencies.x11] -version = "*" +version = "^2.0.1" features = ["xlib"] [target.arm-unknown-linux-gnueabihf.dependencies.x11] -version = "*" +version = "^2.0.1" features = ["xlib"] [target.aarch64-unknown-linux-gnu.dependencies.x11] -version = "*" +version = "^2.0.1" features = ["xlib"]