Skip to content

Commit 9b6c3af

Browse files
committed
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.
1 parent c086d23 commit 9b6c3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)