Skip to content

Commit

Permalink
Auto merge of #565 - Mic92:fix-libc-remote, r=kamalmarhubi
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
homu committed Apr 5, 2017
2 parents c086d23 + 9b6c3af commit 44c0ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 44c0ecb

Please sign in to comment.