Skip to content

Commit

Permalink
Cargo.toml: restore upstream libc remote
Browse files Browse the repository at this point in the history
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
Mic92 committed Mar 27, 2017
1 parent c086d23 commit 9b6c3af
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 9b6c3af

Please sign in to comment.