Skip to content

Commit 16d481c

Browse files
committed
use latest libc
1 parent b71e801 commit 16d481c

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 = "0.2.25"
25+
libc = { git = "https://github.com/rust-lang/libc" }
2626
bitflags = "0.9"
2727
cfg-if = "0.1.0"
2828
void = "1.0.2"

0 commit comments

Comments
 (0)