Skip to content

Commit 94a4d2b

Browse files
committed
Use the upstream version of libc
1 parent 030e753 commit 94a4d2b

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
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
libc = { version = "0.2.60", features = [ "extra_traits" ] }
19+
libc = { git = "https://github.com/rust-lang/libc", features = [ "extra_traits" ] } # TODO: switch to 0.2.64 when it's out
2020
bitflags = "1.0"
2121
cfg-if = "0.1.2"
2222
void = "1.0.2"

0 commit comments

Comments
 (0)