From 9b6c3afdcd5dce8551b184dc4644ad55027217cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 27 Mar 2017 23:07:17 +0200 Subject: Cargo.toml: restore upstream libc remote My previous pull request was merged too early and contained my own libc fork with outstanding pull requests. As the pull requests are now merged, this commit restores the libc git repo. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0cd5485..29c631ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = { git = "https://github.com/Mic92/libc" } +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "0.7" cfg-if = "0.1.0" void = "1.0.2" -- cgit v1.2.3