summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-27 23:07:17 +0200
committerJörg Thalheim <joerg@thalheim.io>2017-03-28 00:30:03 +0200
commit9b6c3afdcd5dce8551b184dc4644ad55027217cf (patch)
tree9871da22f9be69da79f8a3fa01884905ea313e00
parentc086d23997ca1c887377bc78fd3fa79000a810d7 (diff)
downloadnix-9b6c3afdcd5dce8551b184dc4644ad55027217cf.zip
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.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"