From 14522085e9a5b2b2c48b51511322a707c147bf81 Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Wed, 25 May 2016 02:10:13 +1200 Subject: [PATCH] Use the Git checkout of libc The Git checkout is needed until the FreeBSD fixes for libc have been released on crates.io. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2bcc3a..5c88ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "A toolbox for developing command line applications." documentation = "https://shrike.me/tutil" [dependencies] -libc = "^0.2.11" +libc = { git = "https://github.com/rust-lang/libc" } clippy = { version = "~0.0.55", optional = true } [features] -- 2.11.4.GIT