From 0e600e955dc9be1bab1bb3da0b2aecebd405a5a7 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 6 Nov 2015 18:32:33 -0500 Subject: [PATCH] Pin libc to avoid breakage of dependencies. --- x11/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/Cargo.toml b/x11/Cargo.toml index 094a227..a4b7a04 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x11" -version = "2.2.0" +version = "2.2.1" authors = ["Daggerbot "] description = "X11 library bindings for Rust" license = "CC0-1.0" @@ -21,7 +21,7 @@ xt = [] xtest = [] [dependencies] -libc = "*" +libc = "0.1" [build-dependencies] pkg-config = "*"