Skip to content

Commit c0eb3cc

Browse files
committed
Use git master as libc version
1 parent 168951b commit c0eb3cc

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
@@ -23,7 +23,7 @@ preadv_pwritev = []
2323
signalfd = []
2424

2525
[dependencies]
26-
libc = "0.2.13"
26+
libc = { git = "https://github.com/rust-lang/libc" }
2727
bitflags = "0.4"
2828
cfg-if = "0.1.0"
2929
void = "1.0.2"

0 commit comments

Comments
 (0)