From 5328e45d42a469948d1b06c9ca4ba74c0c623689 Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Thu, 19 Nov 2015 10:49:24 -0800 Subject: [PATCH] Use x11 2.3.0. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b383b7d..4cf0751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,19 +31,19 @@ core-foundation = "0.2.0" cgl = "0.1" [target.i686-unknown-linux-gnu.dependencies.x11] -version = "^2.0.1" +version = "2.3.0" features = ["xlib"] [target.x86_64-unknown-linux-gnu.dependencies.x11] -version = "^2.0.1" +version = "2.3.0" features = ["xlib"] [target.arm-unknown-linux-gnueabihf.dependencies.x11] -version = "^2.0.1" +version = "2.3.0" features = ["xlib"] [target.aarch64-unknown-linux-gnu.dependencies.x11] -version = "^2.0.1" +version = "2.3.0" features = ["xlib"] [target.x86_64-pc-windows-gnu.dependencies.glutin]