Skip to content

Commit 5ca612b

Browse files
committed
Update libc dep to just use main branch of rust-lang/libc
1 parent f2dc11a commit 5ca612b

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
@@ -25,7 +25,7 @@ targets = [
2525
]
2626

2727
[dependencies]
28-
libc = { git = "https://github.com/rust-lang/libc", rev = "9c1489fa8", features = [ "extra_traits" ] }
28+
libc = { git = "https://github.com/rust-lang/libc", rev = "f5e31f208", features = [ "extra_traits" ] }
2929
bitflags = "1.1"
3030
cfg-if = "1.0"
3131

0 commit comments

Comments
 (0)