From 59a7780de77beb6a0afcbd020426a4b6839d4ad5 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 6 Nov 2015 18:33:34 -0500 Subject: [PATCH] Pin libc to avoid breakage of dependencies. --- x11-dl/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-dl/Cargo.toml b/x11-dl/Cargo.toml index 5a8d500..dbb887e 100644 --- a/x11-dl/Cargo.toml +++ b/x11-dl/Cargo.toml @@ -7,5 +7,5 @@ license = "CC0-1.0" repository = "https://github.com/Daggerbot/x11-rs.git" [dependencies] -dylib = "*" -libc = "*" +dylib = "0.0.1" +libc = "0.1"