diff --git a/Cargo.toml b/Cargo.toml index e0cd5485e5..29c631ece6 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"