Skip to content

Commit 44c0ecb

Browse files
committed
Auto merge of #565 - Mic92:fix-libc-remote, r=kamalmarhubi
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.
2 parents c086d23 + 9b6c3af commit 44c0ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ preadv_pwritev = []
2222
signalfd = []
2323

2424
[dependencies]
25-
libc = { git = "https://github.com/Mic92/libc" }
25+
libc = { git = "https://github.com/rust-lang/libc" }
2626
bitflags = "0.7"
2727
cfg-if = "0.1.0"
2828
void = "1.0.2"

0 commit comments

Comments
 (0)